Function rusteron_media_driver::bindings::aeron_async_add_exclusive_exclusive_publication_get_registration_id
source ยท pub unsafe extern "C" fn aeron_async_add_exclusive_exclusive_publication_get_registration_id(
add_exclusive_publication: *mut aeron_async_add_exclusive_publication_t,
) -> i64
Expand description
Gets the registration id for addition of the exclusive_publication. Note that using this after a call to poll the succeeds or errors is undefined behaviour. As the async_add_exclusive_publication_t may have been freed.
@param add_exclusive_publication used to check for completion. @return registration id for the exclusive_publication.