spawn_each

Function spawn_each 

Source
pub fn spawn_each<M, S>(service: S) -> SpawnEach<M, S>
where M: Send, S: Send + Service<M> + Clone + 'static, S::Out: Send,