Results for “Std.Ui.Live.Update”
7 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Ui.Live.Update
What this end sends after an event.
- Std.Ui.Live.advanced
&Std.Ui.Live.Session[S, E] -> E -> (Std.Ui.Live.Update, Std.Ui.Live.Session[S, E])The session after an event the caller already made sense of.
- Std.Ui.Live.encode
&Std.Ui.Live.Update -> StrAn update as the message that carries it.
- Std.Ui.Live.firstAnswer
&Std.Ui.Live.Session[S, E] -> Std.Ui.Live.UpdateThe first thing a viewer receives: the whole page.
- Std.Ui.Live.given
&Std.Ui.Live.Session[S, E] -> &Std.Ui.Live.Event -> fn(Std.Ui.Live.Event) -> Option[E] -> (Std.Ui.Live.Update, Std.Ui.Live.Session[S, E])The session after a viewer's event, and what to send them.
- Std.Ui.Live.rejoined
&Std.Ui.Live.Session[S, E] -> (Std.Ui.Live.Update, Std.Ui.Live.Session[S, E])What a viewer receives when they rejoin after the connection dropped.
- Std.Ui.Live.worthSending
&Std.Ui.Live.Update -> BoolWhether an update has anything to send.
