All Versions
43
Latest Version
Avg Release Cycle
316 days
Latest Release
1731 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v0.1.0 Changes
- ๐ Fiber-based reentrant actors. Requires Ruby 1.9
- MyActor.new (where MyActor includes Celluloid::Actor) is now identical to .spawn
- Terminate actors with MyActor#terminate
- Obtain current actor with Celluloid.current_actor
- ๐ง Configurable logger with Celluloid.logger
- ๐ Synchronization now based on ConditionVariables instead of Celluloid::Waker
- Determine if you're in actor scope with Celluloid.actor?
-
v0.0.3 Changes
- โ Remove self-referential dependency in gemspec
-
v0.0.1 Changes
- ๐ Initial release