pub unsafe extern "C" fn aeron_driver_main_idle_strategy(
driver: *mut aeron_driver_t,
work_count: c_int,
)
Expand description
Call the Conductor (or Shared) Idle Strategy.
@param driver to idle. @param work_count to pass to idle strategy.
pub unsafe extern "C" fn aeron_driver_main_idle_strategy(
driver: *mut aeron_driver_t,
work_count: c_int,
)
Call the Conductor (or Shared) Idle Strategy.
@param driver to idle. @param work_count to pass to idle strategy.