pub struct IoPool<T> { /* private fields */ }
Expand description
An single-threaded task pool backed by IO backend T
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for IoPool<T>
impl<T> !RefUnwindSafe for IoPool<T>
impl<T> Send for IoPool<T>
impl<T> Sync for IoPool<T>
impl<T> !Unpin for IoPool<T>
impl<T> !UnwindSafe for IoPool<T>
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