Celluloid v0.2.0 Release Notes

    • ๐Ÿ‘Œ Support for future method calls with MyActor#future
    • ๐ŸŽ‰ Initial signaling support via MyActor#signal and MyActor#wait
    • Just "include Celluloid" works in lieu of "include Celluloid::Actor"
    • Futures terminate implicitly when their values are obtained
    • โž• Add an underscore prefix to all of Celluloid's instance variables so they don't clash with user-defined ones.