pub fn track_thread_spawn<T>( thread_id: &str, location: &str, handle: JoinHandle<T>, ) -> JoinHandle<T>