You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Mopidy, we regularly need to emit events from an actor to one or more actors in the stack "layer" above the emitter. I feel that making it easy to listen for and emit events could be a useful part of Pykka.
In Mopidy, we regularly need to emit events from an actor to one or more actors in the stack "layer" above the emitter. I feel that making it easy to listen for and emit events could be a useful part of Pykka.
For reference, Akka implements an EventBus mixin: http://doc.akka.io/docs/akka/2.1.0/scala/event-bus.html
The text was updated successfully, but these errors were encountered: