FutureHelper
Overview
Location
- Reference: cooper.jar
- Namespace: RemObjects.Elements.System
constructor protected
constructor
FutureHelper()
init()
FutureHelper()
Sub New()
Execute
class method Execute(aMethod: Runnable): Task
static Task Execute(Runnable aMethod)
static func Execute(_ aMethod: Runnable) -> Task
static Task Execute(Runnable aMethod)
Shared Function Execute(aMethod As Runnable) As Task
Parameters:
- aMethod:
Execute<T>
class method Execute<T>(aFuture: Callable<T>): Task1<T>
static Task1<T> Execute<T>(Callable<T> aFuture)
static func Execute<T>(_ aFuture: Callable<T>) -> Task1<T>
static Task1<T> Execute<T>(Callable<T> aFuture)
Shared Function Execute<T>(aFuture As Callable<T>) As Task1<T>
Parameters:
- aFuture:
ExecuteAsync
Parameters:
- aMethod:
- aWantResult:
ExecuteAsync<T>
Parameters:
- aMethod:
- aWantResult:
IsDone
Parameters:
- aFuture:
IsDone<T>
Parameters:
- aFuture:
Execute
class method Execute(aMethod: Runnable): Task
static Task Execute(Runnable aMethod)
static func Execute(_ aMethod: Runnable) -> Task
static Task Execute(Runnable aMethod)
Shared Function Execute(aMethod As Runnable) As Task
Parameters:
- aMethod:
Execute<T>
class method Execute<T>(aFuture: Callable<T>): Task1<T>
static Task1<T> Execute<T>(Callable<T> aFuture)
static func Execute<T>(_ aFuture: Callable<T>) -> Task1<T>
static Task1<T> Execute<T>(Callable<T> aFuture)
Shared Function Execute<T>(aFuture As Callable<T>) As Task1<T>
Parameters:
- aFuture:
ExecuteAsync
Parameters:
- aMethod:
- aWantResult:
ExecuteAsync<T>
Parameters:
- aMethod:
- aWantResult:
IsDone
Parameters:
- aFuture:
IsDone<T>
Parameters:
- aFuture:
constructor protected
constructor
FutureHelper()
init()
FutureHelper()
Sub New()