Function with_zero_alloc_processor

Source
pub fn with_zero_alloc_processor<F, R>(f: F) -> R
where F: FnOnce(&mut ZeroAllocMessageProcessor) -> R,
Expand description

Access thread-local zero-allocation message processor

This avoids the overhead of creating new processors for each message.