Skip to content

Instantly share code, notes, and snippets.

@brson
Created May 21, 2012 19:53
Show Gist options
  • Save brson/2764268 to your computer and use it in GitHub Desktop.
Save brson/2764268 to your computer and use it in GitHub Desktop.
listen {|parent|
spawn_listener {|child|
parent.send("hello")
}
println(parent.recv())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment