Type Alias TaskReceiver

Source
pub type TaskReceiver = Receiver<TaskInFlight>;
Expand description

The receiving half of a TaskChannel.

Aliased Typeยง

struct TaskReceiver { /* private fields */ }