[][src]Trait kompact::runtime::TimerComponent

pub trait TimerComponent: TimerRefFactory + Send + Sync {
    fn shutdown(&self) -> Result<(), String>;
}

Extra trait for timers to implement

Required methods

fn shutdown(&self) -> Result<(), String>

Stop the underlying timer thread

Loading content...

Implementors

Loading content...