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