pub unsafe extern "C" fn aeron_archive_context_set_delegating_invoker(
ctx: *mut aeron_archive_context_t,
delegating_invoker_func: aeron_archive_delegating_invoker_func_t,
clientd: *mut c_void,
) -> c_int
Expand description
Specify the callback to be invoked in addition to any invoker used by the Aeron instance.
Useful when running in a low thread count environment.