Function hermod_api::telemetry::spawn_blocking_with_tracing [−][src]
pub fn spawn_blocking_with_tracing<F, R>(f: F) -> JoinHandle<R> where
F: FnOnce() -> R + Send + 'static,
R: Send + 'static,
Expand description
Spawn a blocking function within the current tracing Span