System.Threading.TThreadPool.TQueueWorkerThread.PushLocalWorkToGlobal
Delphi
procedure PushLocalWorkToGlobal;
C++
void __fastcall PushLocalWorkToGlobal(void);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | System.Threading.pas System.Threading.hpp | System.Threading | TQueueWorkerThread | 
Description
Extracts every work item from the local queue and queues each work item on the internal queue of the thread pool.