Function sea_streamer_runtime::spawn_task

source ·
pub fn spawn_task<F, T>(_: F) -> TaskHandle<T>
where F: Future<Output = T> + Send + 'static, T: Send + 'static,