Type Definition asynchron::InnerTaskHandle[][src]

pub type InnerTaskHandle = ITaskHandle<()>;
Expand description

Type name of ITaskHandle,

Use this if there’s no needed for sending current value through channel and if type of ITaskHandle sync sender value not necessary to be known.