Function web::executor::coroutine

source ·
pub fn coroutine<T>(future: impl Future<Output = T> + 'static + Send + Sync)where
    T: Send + Sync + 'static,