Skip to main content

join_bounded

Function join_bounded 

Source
fn join_bounded(thread: JoinHandle<()>, what: &str)
Expand description

Join thread, detaching it after SHUTDOWN_TIMEOUT so a wedged exporter can’t hang shutdown on the main thread.