pub struct ParallelPager { /* private fields */ }Expand description
N-worker parallel navigation pool. Each worker thread owns its own
tokio runtime + its own Page instances.
Implementations§
Source§impl ParallelPager
impl ParallelPager
Trait Implementations§
Source§impl Drop for ParallelPager
impl Drop for ParallelPager
Auto Trait Implementations§
impl !Freeze for ParallelPager
impl !RefUnwindSafe for ParallelPager
impl !UnwindSafe for ParallelPager
impl Send for ParallelPager
impl Sync for ParallelPager
impl Unpin for ParallelPager
impl UnsafeUnpin for ParallelPager
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