Function libaeron_sys::aeron_async_add_exclusive_publication

source ยท
pub unsafe extern "C" fn aeron_async_add_exclusive_publication(
    async_: *mut *mut aeron_async_add_exclusive_publication_t,
    client: *mut aeron_t,
    uri: *const c_char,
    stream_id: i32
) -> c_int
Expand description

Asynchronously add an exclusive publication using the given client and return an object to use to determine when the publication is available.

@param async object to use for polling completion. @param client to add the publication to. @param uri for the channel of the publication. @param stream_id for the publication. @return 0 for success or -1 for an error.