pub fn spawn_with_panic_notify<F>(_async_context: &AsyncContext, fut: F)where F: Future<Output = ()> + 'static,