System.Threading.TThreadPool.TQueueWorkerThread

From RAD Studio API Documentation
Jump to: navigation, search

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

Thread that is responsible for running work items queued in a thread pool.

See Also