System.Threading.TParallelArray.SortWorker
Delphi
class procedure SortWorker<T>(var AValues: array of T; const AComparer: IComparer<T>;
L, R: NativeInt; APool: TThreadPool); static;
C++
template<typename T> static void __fastcall SortWorker(T *AValues, const System::NativeInt AValues_High, const System::DelphiInterface<System::Generics::Defaults::IComparer__1<T> > AComparer, System::NativeInt L, System::NativeInt R, TThreadPool* APool);
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.