Skip to content

Instantly share code, notes, and snippets.

@kosaki
Created December 4, 2012 16:37
Show Gist options
  • Save kosaki/4205916 to your computer and use it in GitHub Desktop.
Save kosaki/4205916 to your computer and use it in GitHub Desktop.
50.times{|e|
(1..2).map{
Thread.new{
}
}.each{|e|
e.join()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment