pub unsafe extern "C" fn aeron_exclusive_publication_offer_block(
publication: *mut aeron_exclusive_publication_t,
buffer: *const u8,
length: usize,
) -> i64
Expand description
Offer a block of pre-formatted message fragments directly into the current term.
@param buffer containing the pre-formatted block of message fragments. @param offset offset in the buffer at which the first fragment begins. @param length in bytes of the encoded block. @return the new stream position otherwise a negative error value.