Skip to content

Instantly share code, notes, and snippets.

@Poincare
Created May 24, 2014 21:23
Show Gist options
  • Save Poincare/e9226d7ae68a99afd1eb to your computer and use it in GitHub Desktop.
Save Poincare/e9226d7ae68a99afd1eb to your computer and use it in GitHub Desktop.
require 'agent'
#go routine
go! do
puts 'hello, world!'
end
#wait around
loop do
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment