Provides support for creating and scheduling Task objects.
Static Public Member Functions | |
| static auto | invoke (const xtd::array< xtd::action<> > &actions) -> void |
| Executes each of the provided actions, possibly in parallel. | |
| template<typename collection_t> | |
| static auto | invoke (const collection_t &actions) -> void |
| template<typename ... args_t> | |
| static auto | invoke (args_t... args) -> void |
|
inlinestatic |
Executes each of the provided actions, possibly in parallel.
| An | array of Action to execute. |