Function aeron_async_next_session_id_poll

Source
pub unsafe extern "C" fn aeron_async_next_session_id_poll(
    next_session_id: *mut i32,
    async_: *mut aeron_async_get_next_available_session_id_t,
) -> c_int
Expand description

Poll the completion of the aeron_async_next_session_id call.

@param next_session_id to set if completed successfully. @param async to check for completion. @return 0 for not complete (try again), 1 for completed successfully, or -1 for an error.