Quantum 3
3.0.14
The interface for the task runner used in the Quantum task system. More...
Public Member Functions | |
| bool | PollForComplete () |
| Poll the task runner for completion. More... | |
| void | Schedule (Action[] delegates) |
| Schedules actions to be executed by the task runner. More... | |
| void | WaitForComplete () |
| Wait for the task runner to complete all scheduled actions. More... | |
The interface for the task runner used in the Quantum task system.
| void Photon.Deterministic.IDeterministicPlatformTaskRunner.Schedule | ( | Action[] | delegates | ) |
Schedules actions to be executed by the task runner.
| delegates | Array of actions |
Implemented in Quantum.DotNetTaskRunner, and Quantum.InactiveTaskRunner.
| void Photon.Deterministic.IDeterministicPlatformTaskRunner.WaitForComplete | ( | ) |
Wait for the task runner to complete all scheduled actions.
Implemented in Quantum.DotNetTaskRunner, and Quantum.InactiveTaskRunner.
| bool Photon.Deterministic.IDeterministicPlatformTaskRunner.PollForComplete | ( | ) |
Poll the task runner for completion.
Implemented in Quantum.DotNetTaskRunner, and Quantum.InactiveTaskRunner.