[][src]Trait riker::system::TimerFactory

pub trait TimerFactory {
type Msg: Message;
    fn new(config: &Config, debug: bool) -> Sender<Job<Self::Msg>>;
}

Associated Types

type Msg: Message

Loading content...

Required methods

fn new(config: &Config, debug: bool) -> Sender<Job<Self::Msg>>

Loading content...

Implementors

Loading content...