Expand description
Support for running asynchronous objects (streams, tasks, etc.) until stalled.
This module simply publishes implementations in child modules.
Structs§
- Stallable
Request Stream - The stream returned from
until_stalled
. - Weak
Control Handle
Traits§
- Stream
AndControl Handle - Types that implement
StreamAndControlHandle
can stream out FIDL request messages and vend out weak control handles which lets you manage the connection and send events.
Functions§
- until_
stalled until_stalled
wraps a FIDL request stream of type [RS
] into another stream yielding the same requests, but could complete prematurely if it has stalled, meaning: