System.Threading.TFuture
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.