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

TLazThreadedQueue.CreateFifoQueue

Creates the TLazTypedFifoQueue instance used in the class.

Declaration

Source position: lazcollections.pas line 104

protected function TLazThreadedQueue.CreateFifoQueue(

  AQueueDepth: Integer

):TLazTypedFifoQueue; virtual;

Arguments

AQueueDepth

  

Initial setting for the queue depth (or size).

Function result

TLazTypedFifoQueue instance used in the class.

See also

TLazThreadedQueue.TLazTypedFifoQueue

  

Type used to the specialize the internal TLazFifoQueue instance for the class.


Version 4.0 Generated 2025-05-03 Home