Celluloid v0.6.1 Release Notes

    • Celluloid#links obtains Celluloid::Links for a given actor
    • The #class method is now proxied to actors
    • Celluloid::Fiber replaces the Celluloid.fiber and Celluloid.resume_fiber API
    • 👉 Use Thread.mailbox instead of Thread.current.mailbox to obtain the mailbox for the current thread