concurrent object running in its own thread, and every method invocation is wrapped in a fiber that can be suspended whenever it calls out to other actors, and resumed when the response is available.”
from Go was a big help • Celluloid gives us a good tool to model concurrency with OO design • JRuby can give us true parallelism • “It all depends” • Don’t use node