Function rusteron_archive::bindings::aeron_exclusive_publication_close
source ยท pub unsafe extern "C" fn aeron_exclusive_publication_close(
publication: *mut aeron_exclusive_publication_t,
on_close_complete: aeron_notification_t,
on_close_complete_clientd: *mut c_void,
) -> c_int
Expand description
Asynchronously close the publication.
@param publication to close @return 0 for success or -1 for error.