linera_base::task

Type Alias InputReceiver

Source
pub type InputReceiver<T> = UnboundedReceiverStream<T>;
Expand description

The stream of inputs available to the spawned task.

Aliased Typeยง

struct InputReceiver<T> { /* private fields */ }