Files
phy/search.desc/crossbeam_queue/crossbeam_queue-desc-0-.js
Orion Kindel 0ce894e6b0 doc
2025-03-18 10:30:23 -05:00

1 line
886 B
JavaScript

searchState.loadedDescShard("crossbeam_queue", 0, "Concurrent queues.\nA bounded multi-producer multi-consumer queue.\nAn unbounded multi-producer multi-consumer queue.\nReturns the capacity of the queue.\nPushes an element into the queue, replacing the oldest …\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls <code>U::from(self)</code>.\nCalls <code>U::from(self)</code>.\nReturns <code>true</code> if the queue is empty.\nReturns <code>true</code> if the queue is empty.\nReturns <code>true</code> if the queue is full.\nReturns the number of elements in the queue.\nReturns the number of elements in the queue.\nCreates a new bounded queue with the given capacity.\nCreates a new unbounded queue.\nAttempts to pop an element from the queue.\nPops an element from the queue.\nAttempts to push an element into the queue.\nPushes an element into the queue.")