Function sea_streamer_runtime::spawn_blocking

source ·
pub fn spawn_blocking<F, T>(_: F) -> TaskHandle<T>
where F: FnOnce() -> T + Send + 'static, T: Send + 'static,