Function libaeron_sys::aeron_start

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

Start an aeron_t. This may spawn a thread for the Client Conductor.

@param client to start. @return 0 for success and -1 for error.