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 disarm
ing
will be cancelled.
Doesn’t not wait for all the tasks to get cancelled.