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

TLazThreadedQueue.TotalItemsPushed

Total number of items added to the queue.

Declaration

Source position: lazcollections.pas line 116

public property TLazThreadedQueue.TotalItemsPushed : QWord
  read GetTotalItemsPushed;

Description

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.

See also

TLazThreadedQueue.PushItem

  

Adds the specified item to the queue.

TLazThreadedQueue.TotalItemsPopped

  

Total number of items removed from the queue.


Version 4.0 Generated 2025-05-03 Home