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.
fn join_bounded(thread: JoinHandle<()>, what: &str)Join thread, detaching it after SHUTDOWN_TIMEOUT so a wedged exporter
can’t hang shutdown on the main thread.