pub struct InProcessEventBus { /* private fields */ }Expand description
In-process event bus using tokio::sync::broadcast.
Capacity is the broadcast buffer. Slow consumers may lag.
Implementations§
Trait Implementations§
Source§impl Debug for InProcessEventBus
impl Debug for InProcessEventBus
Auto Trait Implementations§
impl !RefUnwindSafe for InProcessEventBus
impl !UnwindSafe for InProcessEventBus
impl Freeze for InProcessEventBus
impl Send for InProcessEventBus
impl Sync for InProcessEventBus
impl Unpin for InProcessEventBus
impl UnsafeUnpin for InProcessEventBus
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