pub struct Handle(_);Expand description
An unique identifier
NOTE that if the inner id is 0
it means that the returned
handle is INVALID, and the
corresponding task not spawned
pub struct Handle(_);An unique identifier
NOTE that if the inner id is 0
it means that the returned
handle is INVALID, and the
corresponding task not spawned