Qt TaskTree Examples

For some code examples, see one of the Qt TaskTree examples:

TaskTree Demo

Demonstrates how different execution modes and workflow policies affect the complex TaskTree execution.

TaskTree Image Scaling

Demonstrates how to execute For loop's iterations in parallel to asynchronously download and scale images using TaskTree.

TaskTree Traffic Light

Demonstrates how to implement state machine behavior using TaskTree through a traffic light simulation.