pub struct ProwlQueue { /* private fields */ }
Implementations§
Source§impl ProwlQueue
Implements a Tokio mpsc backed notification queue.
impl ProwlQueue
Implements a Tokio mpsc backed notification queue.
pub fn new(options: ProwlQueueOptions) -> Self
pub fn into_parts(self) -> (ProwlQueueSender, ProwlQueueReceiver)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProwlQueue
impl RefUnwindSafe for ProwlQueue
impl Send for ProwlQueue
impl Sync for ProwlQueue
impl Unpin for ProwlQueue
impl UnwindSafe for ProwlQueue
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