pub type InputReceiver<T> = UnboundedReceiverStream<T>;
Expand description
The stream of inputs available to the spawned task.
Aliased Typeยง
struct InputReceiver<T> { /* private fields */ }
pub type InputReceiver<T> = UnboundedReceiverStream<T>;
The stream of inputs available to the spawned task.
struct InputReceiver<T> { /* private fields */ }