pub struct Evermore<E, S, D, F>{ /* private fields */ }Expand description
An graceful shutdown enabled repeating asynchronous task runner.
Implementations§
Trait Implementations§
impl<'pin, E, S, D, F> Unpin for Evermore<E, S, D, F>
Auto Trait Implementations§
impl<E, S, D, F> Freeze for Evermore<E, S, D, F>
impl<E, S, D, F> RefUnwindSafe for Evermore<E, S, D, F>where
S: RefUnwindSafe,
E: RefUnwindSafe,
D: RefUnwindSafe,
F: RefUnwindSafe,
<F as Factory<D>>::Future: RefUnwindSafe,
impl<E, S, D, F> Send for Evermore<E, S, D, F>
impl<E, S, D, F> Sync for Evermore<E, S, D, F>
impl<E, S, D, F> UnwindSafe for Evermore<E, S, D, F>where
S: UnwindSafe,
E: UnwindSafe,
D: UnwindSafe,
F: UnwindSafe,
<F as Factory<D>>::Future: UnwindSafe,
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
Source§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere
F: Future,
Source§type IntoFuture = F
type IntoFuture = F
Which kind of future are we turning this into?
Source§fn into_future(self) -> <F as IntoFuture>::IntoFuture
fn into_future(self) -> <F as IntoFuture>::IntoFuture
Creates a future from a value. Read more