Contains tasks definitions.
Classes | |
| class | xtd::threading::tasks::itask |
| Represents an interface for an asynchronous operation. More... | |
| class | xtd::threading::tasks::parallel |
| Provides support for creating and scheduling Task objects. More... | |
| class | xtd::threading::tasks::task< void > |
| Represents an asynchronous operation. More... | |
| class | xtd::threading::tasks::task_canceled_exception |
| Represents an exception used to communicate task cancellation. More... | |
| class | xtd::threading::tasks::task_factory |
| Provides support for creating and scheduling Task objects. More... | |
| class | xtd::threading::tasks::task< result_t > |
| Represents an asynchronous operation. More... | |
|
strong |
#include <task_creation_options.hpp>
Specifies flags that control optional behavior for the creation and execution of tasks. This enumeration supports a bitwise combination of its member values.
|
strong |
#include <task_status.hpp>
Represents the current stage in the lifecycle of a xtd::threading::tasks::task.