ITaskQueue
Public / Methods
Flush
Blocks the calling thread until all queued tasks have finished.
- PoolingException
-
If a call to TaskResultVoid.Finish resp. TaskResult.Finish on a pending task has thrown a PoolingException
Pop
Pops the next output from the task queue, waiting for task to finish if necessary.
- PoolingException
-
If the task has thrown an exception.