Celluloid v0.9.0 Release Notes

    • Celluloid::Pool supervises pools of actors
    • Graceful shutdown which calls #terminate on all actors
    • Celluloid::Actor.all returns all running actors
    • Celluloid#exclusive runs a high priority block which prevents other methods from executing
    • Celluloid.exception_handler { |ex| ... } defines a callback for notifying exceptions (for use with Airbrake, exception_notifier, etc.)