System.Threading.TFuture

From RAD Studio API Documentation
Revision as of 14:22, 27 January 2015 by Roxanac (talk | contribs) (English Review)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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