[Overview][Types][Classes][Index] |
Total number of items added to the queue.
Source position: lazcollections.pas line 116
public property TLazThreadedQueue.TotalItemsPushed : QWord |
TotalItemsPushed is a read-only QWord property that indicates the total number of items added to the queue. The value in the internal member for the property is incremented each time the PushItem method is completed successfully.
Values in TotalItemsPushed and TotalItemsPopped determine whether items are available in the queue. Use TotalItemsPopped to determine the total number of items removed from the queue.
|
Adds the specified item to the queue. |
|
|
Total number of items removed from the queue. |
Version 4.0 | Generated 2025-05-03 | Home |