pub fn should_stop() -> boolExpand description
Cooperative cancellation (plan.md §5.4): poll this from the task’s main
loop; returns true once super::TaskHandle::request_stop was called
on the current task.
pub fn should_stop() -> boolCooperative cancellation (plan.md §5.4): poll this from the task’s main
loop; returns true once super::TaskHandle::request_stop was called
on the current task.