System.Threading.TFuture

From RAD Studio API Documentation
Jump to: navigation, search

System.Threading.TTaskSystem.Threading.TAbstractTaskSystem.Threading.TThreadPool.TAbstractWorkerDataSystem.TInterfacedObjectSystem.TObjectTFuture

Delphi

TFuture<T> = class sealed(TTask, IFuture<T>)

Properties

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

Description

TFuture provides members and functions that implement the IFuture<T>, which was returned from the TTask.Future<T> method.

TFuture is used internally by TTask for its Future<T> method.

See Also