Type Definition identity_common::TaskGroupCancel
source · pub type TaskGroupCancel = Shared<Receiver<()>>;
Expand description
TaskGroupCancel is a future which each task is able to poll for cancellation intent.
pub type TaskGroupCancel = Shared<Receiver<()>>;
TaskGroupCancel is a future which each task is able to poll for cancellation intent.