System.Threading.TParallelArray.ForWorker
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);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
protected | System.Threading.pas System.Threading.hpp |
System.Threading | TParallelArray |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。