Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove all unnecessary Thread #11

Merged
merged 1 commit into from
Jul 26, 2013
Merged

remove all unnecessary Thread #11

merged 1 commit into from
Jul 26, 2013

Conversation

anson0370
Copy link
Contributor

Thread.new {}.join is just like running a single thread. And the point of performance isnt multi-thread. So remove all Thread.new to make things simple!

SaitoWu added a commit that referenced this pull request Jul 26, 2013
remove all unnecessary Thread
@SaitoWu SaitoWu merged commit b5a4383 into SaitoWu:master Jul 26, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants