Function libaeron_sys::aeron_async_add_publication_poll

source ยท
pub unsafe extern "C" fn aeron_async_add_publication_poll(
    publication: *mut *mut aeron_publication_t,
    async_: *mut aeron_async_add_publication_t
) -> c_int
Expand description

Poll the completion of the aeron_async_add_publication call.

@param publication 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.