Trait Spawn
acto
pub trait Spawn { fn spawn<F>(&self, f: F) where F: Future + Send + 'static, F::Output: Send + 'static; }
fn spawn<F>(&self, f: F) where F: Future + Send + 'static, F::Output: Send + 'static,
impl Spawn for Runtime
impl Spawn for Handle