Results for “Std.App.Events.bus”
5 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.App.Events.Bus
Subscribers in the order they were added; delivery follows that order.
- Std.App.Events.bus
Std.App.Events.BusA bus with no subscribers.
- Std.App.Events.audience
&Std.App.Events.Bus -> Str -> Array[Str]The names of the subscribers an event on
topicreaches. - Std.App.Events.drain
&Std.App.Events.Outbox -> &Std.App.Events.Bus -> (Std.App.Events.Outbox, Std.App.Events.Delivery)Publishes every pending event in order after a commit.
- Std.App.Events.publish
&Std.App.Events.Bus -> &Std.App.Events.Event -> Std.App.Events.DeliveryDelivers an event to every matching subscriber.
