Struct aqueue::SemaphoreQueue
source · pub struct SemaphoreQueue { /* private fields */ }Expand description
Used to control task parallelism queue
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for SemaphoreQueue
impl RefUnwindSafe for SemaphoreQueue
impl Send for SemaphoreQueue
impl Sync for SemaphoreQueue
impl Unpin for SemaphoreQueue
impl UnwindSafe for SemaphoreQueue
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