pub struct FutureBatcher<R> { /* private fields */ }Expand description
A lockfree processor to batch poll the same type of futures.
Implementations§
Trait Implementations§
Source§impl<R> Clone for FutureBatcher<R>
impl<R> Clone for FutureBatcher<R>
Source§impl<R> Default for FutureBatcher<R>
impl<R> Default for FutureBatcher<R>
impl<R> Send for FutureBatcher<R>
impl<R> Sync for FutureBatcher<R>
Auto Trait Implementations§
impl<R> Freeze for FutureBatcher<R>
impl<R> !RefUnwindSafe for FutureBatcher<R>
impl<R> Unpin for FutureBatcher<R>
impl<R> !UnwindSafe for FutureBatcher<R>
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