Struct multiqueue::wait::BusyWait [−][src]
pub struct BusyWait {}Expand description
Thus spins in a loop on the queue waiting for a value to be ready
Implementations
Trait Implementations
Causes the reader to block until the queue is available. Is passed the queue tag which the readers are waiting on, a reference to the corresponding AtomicUsize, and a reference to the number of writers Read more
Returns whether writers need to call notify Optimized the various BusyWait variants Read more
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
