Tagged Questions
1
vote
2answers
534 views
Go Channels in Ruby
In the Go programming language, you can send Messages around using a construct called "Channels".
http://golang.org/doc/effective_go.html#channels
I would love to use something like that in Ruby, ...