Trait fp_rust::handler::Handler[][src]

pub trait Handler: Send + Sync + 'static {
    fn is_started(&mut self) -> bool;
fn is_alive(&mut self) -> bool;
fn start(&mut self);
fn stop(&mut self);
fn post(&mut self, func: RawFunc); }

Required Methods

Implementors