[][src]Trait riker::kernel::Dispatcher

pub trait Dispatcher: 'static {
    fn new(config: &Config, debug: bool) -> Self;
fn execute<F>(&mut self, f: F)
    where
        F: Future<Output = ()> + Send + 'static
; }

Required methods

fn new(config: &Config, debug: bool) -> Self

fn execute<F>(&mut self, f: F) where
    F: Future<Output = ()> + Send + 'static, 

Loading content...

Implementors

Loading content...