System.Threading.TThreadPool.TBaseWorkerThread

From RAD Studio API Documentation
Revision as of 18:22, 25 February 2016 by L10nBot (talk | contribs) (restored)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

TBaseWorkerThread = class(TThread)

C++

class PASCALIMPLEMENTATION TBaseWorkerThread : public System::Classes::TThread

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.

TQueueWorkerThread is a subclass of TBaseWorkerThread.

See Also