pub struct ProwlQueueReceiver { /* private fields */ }
Implementations§
Source§impl ProwlQueueReceiver
impl ProwlQueueReceiver
Sourcepub async fn async_loop(self)
pub async fn async_loop(self)
Spawn a recv’ing loop that will continue to process and retry notifications. Stops processing with the sender half is dropped.
pub fn to_unbound_receiver(self) -> UnboundedReceiver<Notification>
Auto Trait Implementations§
impl Freeze for ProwlQueueReceiver
impl RefUnwindSafe for ProwlQueueReceiver
impl Send for ProwlQueueReceiver
impl Sync for ProwlQueueReceiver
impl Unpin for ProwlQueueReceiver
impl UnwindSafe for ProwlQueueReceiver
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