Function cros_async::unblock_disarm

source ·
pub fn unblock_disarm()
Expand description

Marks all the queued and in-flight tasks as cancelled. Any tasks queued after disarming will be cancelled. Doesn’t not wait for all the tasks to get cancelled.