Skip to content

Instantly share code, notes, and snippets.

@kishaningithub
Created November 4, 2016 11:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kishaningithub/b319210c0abbd1c2703b3ff34ce0463e to your computer and use it in GitHub Desktop.
Save kishaningithub/b319210c0abbd1c2703b3ff34ce0463e to your computer and use it in GitHub Desktop.
1.upto(10_000) do |i|
Thread.new { sleep }
puts i
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment