Crate detect_stall

Source
Expand description

Support for running asynchronous objects (streams, tasks, etc.) until stalled.

This module simply publishes implementations in child modules.

Structs§

StallableRequestStream
The stream returned from until_stalled.
WeakControlHandle

Traits§

StreamAndControlHandle
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: