pub fn with_zero_alloc_processor<F, R>(f: F) -> Rwhere
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.