Results for “Std.Html.Stream.defer”
3 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Html.Stream.defer
Str -> &Std.Html.Html -> fn() -> Result[Std.Html.Html, Str] -> Result[Std.Html.Stream.Deferred, Std.Html.Stream.BoundaryError]Prepares only a typed fallback; the content producer remains uncalled.
- Std.Html.Stream.deferredInitial
&Std.Html.Stream.Deferred -> BytesThe bytes available before deferred content is requested.
- Std.Html.Stream.resolveDeferred
&Std.Html.Stream.Deferred -> Result[Bytes, Str]Requests deferred typed content and produces its replacement chunk.
