pub type TaskReceiver = Receiver<TaskInFlight>;
Expand description
The receiving half of a TaskChannel
.
Aliased Typeยง
struct TaskReceiver { /* private fields */ }
pub type TaskReceiver = Receiver<TaskInFlight>;
The receiving half of a TaskChannel
.
struct TaskReceiver { /* private fields */ }