Function sea_streamer_runtime::spawn_task
source · pub fn spawn_task<F, T>(_: F) -> Ready<Result<T, JoinError>>where
F: Future<Output = T> + Send + 'static,
T: Send + 'static,pub fn spawn_task<F, T>(_: F) -> Ready<Result<T, JoinError>>where
F: Future<Output = T> + Send + 'static,
T: Send + 'static,