Struct cros_async::blocking::cancellable_pool::Inner
source · struct Inner {
blocking_pool: BlockingPool,
state: Mutex<State>,
cancellables_cv: Condvar,
}
Fields§
§blocking_pool: BlockingPool
§state: Mutex<State>
§cancellables_cv: Condvar
This condvar gets notified when cancellables
is empty after removing an
entry.
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Inner
impl Send for Inner
impl Sync for Inner
impl Unpin for Inner
impl UnwindSafe for Inner
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