Tasking Solution
Contains a general purpose Tasking solution. More...
Namespaces
| Encloses all classes and global functions of the Tasking solution | 
Classes
| A class template used for declaring custom task items and defining their setup and done handlers | |
| Base class for executable task items | |
| Represents the basic element for composing declarative recipes describing how to execute and handle a nested tree of asynchronous tasks | |
| Represents the basic element that may be a part of any Group | |
| A class template for custom data exchange in the running task tree | |
| Synchronously executes a custom handler between other tasks | |
| A class template for implementing custom task adapters | |
| The abstract base class for implementing custom task adapters | |
| Runs an async task tree structure defined in a declarative way | 
Detailed Description
The Tasking solution depends on Qt only, and doesn't depend on any Qt Creator specific code.