handle_task_termination

Function handle_task_termination 

Source
pub async fn handle_task_termination<T>(
    task_handle: T,
    target: &'static str,
    name: &'static str,
)
where T: FusedFuture<Output = Result<(), ()>>,