pub struct BlockingPool { /* private fields */ }Expand description
A bounded process-wide pool used only by explicitly synchronous handlers.
Implementations§
Source§impl BlockingPool
impl BlockingPool
Sourcepub fn new(config: BlockingPoolConfig) -> Result<Self>
pub fn new(config: BlockingPoolConfig) -> Result<Self>
Trait Implementations§
Source§impl Clone for BlockingPool
impl Clone for BlockingPool
Source§fn clone(&self) -> BlockingPool
fn clone(&self) -> BlockingPool
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 Freeze for BlockingPool
impl RefUnwindSafe for BlockingPool
impl Send for BlockingPool
impl Sync for BlockingPool
impl Unpin for BlockingPool
impl UnsafeUnpin for BlockingPool
impl UnwindSafe for BlockingPool
Blanket Implementations§
Source§impl<T> BackgroundExt for T
impl<T> BackgroundExt for T
fn background(self, task: BackgroundTask) -> Background<Self>
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