Struct cros_asyncv2::executor::Shared
source · [−]struct Shared {
queue: VecDeque<Runnable>,
idle_workers: VecDeque<(ThreadId, Waker)>,
blocking_pool: BlockingPool,
}
Fields
queue: VecDeque<Runnable>
idle_workers: VecDeque<(ThreadId, Waker)>
blocking_pool: BlockingPool
Trait Implementations
Auto Trait Implementations
Blanket Implementations
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more