ParallelTasks Namespace |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "N:ParallelTasks"]
Structure | Description | |
---|---|---|
Task |
A struct which represents a single execution of an IWork instance.
| |
WorkOptions |
A struct containing options about how an IWork instance can be executed.
|
Interface | Description | |
---|---|---|
IWork |
An interface for a piece of work which can be executed by ParallelTasks.
|