ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Threading.IFuture
Jam_Threading_IFutureJam_Threading_IFuture
Syntax
Pascal
IFuture<TResult> = interface;

This interface gives access to the result of an asynchronous operation.

 
Name 
Description 
 
Getter for the Status property.  
 
Returns the result.  
 
Tries to access the result and waits for completion a certain time.  
 
Name 
Description 
 
Returns that status of the future, test against TTaskStatus.Completed to check if a valid vlaue is available. 
 
Gives access to the result and waits until it is ready.