Pudu programming language
Menu
API reference

Std.App.Events.publish

1 declaration

fn

publish: &Std.App.Events.Bus -> &Std.App.Events.Event -> Std.App.Events.Delivery

Delivers an event to every matching subscriber.

One subscriber's failure does not stop the others; it is reported.

Back to Std.App.EventsSearch related declarations