Pudu programming language
Menu
API reference

Std.App.Events.drain

1 declaration

fn

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.

An event any subscriber refused stays pending for the next drain until it has failed limit times, then moves to dead. Returns the outbox after the drain and the combined delivery.

Back to Std.App.EventsSearch related declarations