System.Threading.TParallelArray.ForWorker

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure ForWorker(AValues: Pointer; AHigh: NativeInt; const AProc: TInternalForProc;
AIndex, ACount: NativeInt; APool: TThreadPool; AThreshold: NativeInt); static;

C++

static void __fastcall ForWorker(void * AValues, System::NativeInt AHigh, const _di_TInternalForProc AProc, System::NativeInt AIndex, System::NativeInt ACount, TThreadPool* APool, System::NativeInt AThreshold);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Threading.pas
System.Threading.hpp
System.Threading TParallelArray

Description

Embarcadero Technologies does not currently have any additional information.