pub struct ParallelEventProcessor { /* private fields */ }Expand description
Parallel event processor for concurrent batch processing
Implementations§
Auto Trait Implementations§
impl Freeze for ParallelEventProcessor
impl RefUnwindSafe for ParallelEventProcessor
impl Send for ParallelEventProcessor
impl Sync for ParallelEventProcessor
impl Unpin for ParallelEventProcessor
impl UnwindSafe for ParallelEventProcessor
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more