Function cros_async::blocking::cancellable_pool::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.