System.Threading.TParallelArray

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTParallelArray

Delphi

TParallelArray = class

C++

class PASCALIMPLEMENTATION TParallelArray : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
System.Threading.pas
System.Threading.hpp
System.Threading System.Threading

Description

It enables running some operations in parallel on Array items and speeds them up on multicore computers.


See Also