rusteron_archive

Trait AeronIdleStrategyFuncCallback

Source
pub trait AeronIdleStrategyFuncCallback {
    // Required method
    fn handle_aeron_idle_strategy_func(&mut self, work_count: c_int);
}
Expand description

(note you must copy any arguments that you use afterwards even those with static lifetimes)

Required Methods§

Source

fn handle_aeron_idle_strategy_func(&mut self, work_count: c_int)

Implementors§