[][src]Trait task_collection::Spawner

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

Required methods

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

Loading content...

Implementors

Loading content...