Celluloid v0.14.0 Release Notes

Release Date: 2013-05-07 // almost 11 years ago
    • ๐Ÿ‘‰ Use a Thread-subclass for Celluloid
      • Implement actor-local variables
      • Add helper methods to the class
    • ๐Ÿšš Move IO::Mailbox to EventedMailbox to remove dependency between celluloid-io and celluloid-zmq. This makes it easier to maintain the evented style of Mailbox.
    • 0๏ธโƒฃ Install the at_exit handler by default
    • ๐Ÿ‘‰ Show backtrace for all tasks. Currently only for TaskThread
    • Implement mailbox bounds where overflow is logged
    • ๐Ÿ›  Fix Thread self-join
    • 0๏ธโƒฃ Execute blocks on the sender by default
    • ๐Ÿ›  Fix CPU counter on windows