zSyncQueue member functions.
|
Function |
Description |
|
Adds the specified item to the queue; eliminates oldest item if capacity exhausted. | |
|
Returns the maximum count of items that can be contained by the queue. | |
|
Constructs a synchronized queue object. | |
|
Returns the count of items contained by the queue. | |
|
Destroys the queue object. | |
|
Returns the number of items that have been dropped due to capacity exhuastion. | |
|
Gets the item at the specified offset within the queue. | |
|
Returns the size of items contained by the queue. | |
|
Blocks until an item can be removed from the queue. | |
|
Registers or unregisters a callback function that is notified when queue items are dropped. |