Method | Description | |
---|---|---|
ExecutorLauncherImpl ( ) : System | ||
HasFreeThreads ( ) : bool | ||
LaunchExecutor ( RunData runData ) : bool | ||
OnEnded ( IExecutorThread thread ) : void | ||
OnStarted ( IExecutorThread thread ) : void | ||
WaitForAll ( ) : void | ||
WaitForAnyThreadToComplete ( ) : void |
public LaunchExecutor ( RunData runData ) : bool | ||
runData | RunData | |
return | bool |
public OnEnded ( IExecutorThread thread ) : void | ||
thread | IExecutorThread | |
return | void |
public OnStarted ( IExecutorThread thread ) : void | ||
thread | IExecutorThread | |
return | void |