Function rusteron_media_driver::bindings::aeron_driver_main_do_work
source ยท pub unsafe extern "C" fn aeron_driver_main_do_work(
driver: *mut aeron_driver_t,
) -> c_int
Expand description
Call the Conductor (or Shared) main do_work duty cycle once.
Driver must have been created with manual_main_loop set to true.
@param driver to call do_work duty cycle on. @return 0 for success and -1 for error.