Struct apalis_core::poller::Poller
source · pub struct Poller<S> { /* private fields */ }
Expand description
A poller type that allows fetching from a stream and a heartbeat future that can be used to do periodic tasks
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for Poller<S>where
S: Freeze,
impl<S> !RefUnwindSafe for Poller<S>
impl<S> Send for Poller<S>where
S: Send,
impl<S> !Sync for Poller<S>
impl<S> Unpin for Poller<S>where
S: Unpin,
impl<S> !UnwindSafe for Poller<S>
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