Skip to content

Instantly share code, notes, and snippets.

@wilson
Created July 14, 2010 20:42
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 wilson/476035 to your computer and use it in GitHub Desktop.
Save wilson/476035 to your computer and use it in GitHub Desktop.
count = 0
Thread.new do
sleep 1
count += 1
end
system 'sleep 10'
puts count
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment