Type Alias linera_base::task::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 */ }