handle_unsubscribe

Function handle_unsubscribe 

Source
async fn handle_unsubscribe(
    subscription_active: &mut bool,
    subscription_tasks: &[StoppableTaskPtr; 2],
)
Expand description

Auxiliary function to define the unsubscribe command handling.