spawn_server

Function spawn_server 

Source
pub fn spawn_server<Fut>(future: Fut) -> GateTask
where Fut: Future<Output = ()> + Send + 'static,