pub unsafe extern "C" fn aeron_async_add_publication_get_registration_id(
add_publication: *mut aeron_async_add_publication_t,
) -> i64
Expand description
Gets the registration id for addition of the publication. Note that using this after a call to poll the succeeds or errors is undefined behaviour. As the async_add_publication_t may have been freed.
@param add_publication used to check for completion. @return registration id for the publication.