[Overview][Types][Classes][Index] Reference for unit 'LazCollections' (#lazutils)

TLazThreadedQueue.TotalItemsPopped

Total number of items removed from the queue.

Declaration

Source position: lazcollections.pas line 115

public property TLazThreadedQueue.TotalItemsPopped : QWord
  read GetTotalItemsPopped;

Description

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.

See also

TLazThreadedQueue.PopItem

  

Pops the next item from the queue.

TLazThreadedQueue.PopItemTimeout

  

Pops an item off the queue with a timeout value.

TLazThreadedQueue.TotalItemsPushed

  

Total number of items added to the queue.


Version 4.0 Generated 2025-05-03 Home