Function libaeron_sys::aeron_main_do_work

source ยท
pub unsafe extern "C" fn aeron_main_do_work(
    client: *mut aeron_t
) -> c_int
Expand description

Call the Conductor main do_work duty cycle once.

Client must have been created with use conductor invoker set to true.

@param client to call do_work duty cycle on. @return 0 for success and -1 for error.