pub unsafe extern "C" fn aeron_exclusive_publication_async_destination_poll(
    async_: *mut aeron_async_destination_t
) -> c_int
Expand description

Poll the completion of the add/remove of a destination to/from an exclusive publication.

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