Skip to main content

join_tasks

Function join_tasks 

Source
pub async fn join_tasks(tasks: Vec<JoinHandle<()>>, grace: Duration) -> bool
Expand description

Joins background tasks within a bounded shutdown grace period.