Mentioned in IRC to @halorgium: IMO, a class method interface to publish messages ought to be accessible from outside actors, through a class method on Celluloid, just like Futures have such an interface.
For example, Celluloid.publish() or Celluloid::Notifications.publish()
Mentioned in IRC to @halorgium: IMO, a class method interface to publish messages ought to be accessible from outside actors, through a class method on
Celluloid
, just likeFutures
have such an interface.For example,
Celluloid.publish()
orCelluloid::Notifications.publish()