79f3b9349f
Celluloid provides a simple and natural way to build fault-tolerant concurrent programs in Ruby. With Celluloid, you can build systems out of concurrent objects just as easily as you build sequential programs out of regular objects. Recommended for any developer, including novices, Celluloid should help ease your worries about building multithreaded Ruby programs.
5 lines
368 B
Text
5 lines
368 B
Text
Celluloid provides a simple and natural way to build fault-tolerant concurrent
|
|
programs in Ruby. With Celluloid, you can build systems out of concurrent
|
|
objects just as easily as you build sequential programs out of regular
|
|
objects. Recommended for any developer, including novices, Celluloid should
|
|
help ease your worries about building multithreaded Ruby programs.
|