Trait acto::Spawn[][src]

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

Required methods

fn spawn<F>(&self, f: F) where
    F: Future + Send + 'static,
    F::Output: Send + 'static, 
[src]

Loading content...

Implementations on Foreign Types

impl Spawn for Runtime[src]

impl Spawn for Handle[src]

Loading content...

Implementors

Loading content...