celluloid / reel

UNMAINTAINED: See celluloid/celluloid#779 - Celluloid::IO-powered web server
https://celluloid.io
MIT License
595 stars 87 forks source link

Access to publish through Celluloid class method. #96

Closed digitalextremist closed 11 years ago

digitalextremist commented 11 years ago

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()

halorgium commented 11 years ago

My comment about synchronicity was unrelated to this feature request. :+1:

digitalextremist commented 11 years ago

Totally wrong repository.