API:System.Threading.TThreadPool.TQueueWorkerThread
Delphi
TQueueWorkerThread = class(TBaseWorkerThread)
C++
class PASCALIMPLEMENTATION TQueueWorkerThread : public TThreadPool::TBaseWorkerThread
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | protected | System.Threading.pas System.Threading.hpp |
System.Threading | TThreadPool |
Description
Base class for a thread that is responsible for running work items queued in a thread pool.
System.Threading.TThreadPool.TQueueWorkerThread inherits from System.Threading.TThreadPool.TBaseWorkerThread. All content below this line refers to System.Threading.TThreadPool.TBaseWorkerThread.
Base class for a thread that is responsible for running work items queued in a thread pool.
TQueueWorkerThread is a subclass of TBaseWorkerThread.