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

Required Methods§

source

fn handle_aeron_idle_strategy_func(&mut self, work_count: c_int)

Implementors§