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.
pub fn unblock_disarm()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.