pub unsafe extern "C" fn aeron_context_set_use_conductor_agent_invoker(
context: *mut aeron_context_t,
value: bool,
) -> c_int
Expand description
Whether to use an invoker to control the conductor agent or spawn a thread.
pub unsafe extern "C" fn aeron_context_set_use_conductor_agent_invoker(
context: *mut aeron_context_t,
value: bool,
) -> c_int
Whether to use an invoker to control the conductor agent or spawn a thread.