Concurrency #

This page will describe best practices for making common workloads run in parallel, and patterns for writing efficient code.

First we’ll look at task design and the Pragma Engine-provided BackgroundManager, and then we’ll dive into dependent jobs.

Contents #

TopicDescription
Background ManagerUsing the Background Manager.
Task DesignTask design best practices.
Dependent JobsHandling dependent jobs.