[Overview][Types][Classes][Index] |
Number of storage slots for items in the queue.
Source position: lazcollections.pas line 114
public property TLazThreadedQueue.QueueSize : Integer |
QueueSize is a read-only Integer property that indicates the number of storage slots available in the internal storage for the queue. The initial value for QueueSize is set using an argument passed to the constructor.
Use the Grow method to adjust the number of slots in the internal storage for the queue.
Values in the TotalItemsPushed, TotalItemsPopped, and QueueSize properties determine if storage and/or items are available in the queue.
|
Total number of items removed from the queue. |
|
|
Total number of items added to the queue. |
|
|
Constructor for the class instance. |
|
|
Adds the specified item to the queue. |
|
|
Pops the next item from the queue. |
|
|
Pops an item off the queue with a timeout value. |
Version 4.0 | Generated 2025-05-03 | Home |