pub unsafe extern "C" fn aeron_archive_context_set_idle_strategy(
ctx: *mut aeron_archive_context_t,
idle_strategy_func: aeron_idle_strategy_func_t,
idle_strategy_state: *mut c_void,
) -> c_int
Expand description
Specify the idle strategy function and associated state used by the client between polling calls.