[Overview][Types][Classes][Index] |
Destructor for the class instance.
Source position: lazcollections.pas line 108
public destructor TLazThreadedQueue.Destroy; override; |
Destroy is the destructor for the class instance. Destroy calls the private DoShutDown method to free internal resources allocated in the class instance. Destroy calls the inherited destructor prior to exiting from the method.
|
Performs actions required when the thread-safe queue is freed. |
|
|
Constructor for the class instance. |
|
Version 4.0 | Generated 2025-05-03 | Home |