pub type OutcomeReceiver = Receiver<(TaskGroup, TaskOutcome)>;
Expand description

Channel receiver for task outcomes

Aliased Type§

struct OutcomeReceiver { /* private fields */ }