[][src]Function global_executor::spawn_blocking

pub async fn spawn_blocking<T: Send + 'static>(
    f: impl FnOnce() -> T + Send + 'static
) -> T