Namespace GDX.Threading
Classes
TaskBase
The base of a task used by TaskDirector.
TaskDirector
A simple control mechanism for distributed TaskBase work across the thread pool. Tasks should be short-lived and can queue up additional work.
TaskDirectorSystem
TaskExtensions
System.Threading.Tasks.Task Based Extension Methods
WaitFor
Some useful wait for methods to control program flow.
WaitWhile
Some useful wait while methods to control program flow.
Enums
TaskBase.BlockingModeFlags
A set of flags indicating what type of blocking this task does when it comes to other tasks, or even user experience.