pub fn activate_now()
Expand description
Triggers the killswitch, thereby scheduling all registered tasks to be killed.
Note: tasks are not killed synchronously in this function. This means
activate_now()
will return before all tasks have been stopped.