Struct compio_driver::AsyncifyPool
source · pub struct AsyncifyPool { /* private fields */ }
Expand description
A thread pool to perform blocking operations in other threads.
Implementations§
source§impl AsyncifyPool
impl AsyncifyPool
Trait Implementations§
source§impl Clone for AsyncifyPool
impl Clone for AsyncifyPool
source§fn clone(&self) -> AsyncifyPool
fn clone(&self) -> AsyncifyPool
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl RefUnwindSafe for AsyncifyPool
impl Send for AsyncifyPool
impl Sync for AsyncifyPool
impl Unpin for AsyncifyPool
impl UnwindSafe for AsyncifyPool
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