Intel® oneAPI Threading Building Blocks Developer Guide and API Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-31FA42E4-6C50-4E63-94FE-4A855BDDD5EF
Visible to Intel only — GUID: GUID-31FA42E4-6C50-4E63-94FE-4A855BDDD5EF
The Task Scheduler
This section introduces the oneAPI Threading Building Blocks (oneTBB) task scheduler. The task scheduler is the engine that powers the loop templates. When practical, use the loop templates instead of the task scheduler, because the templates hide the complexity of the scheduler. However, if you have an algorithm that does not naturally map onto one of the high-level templates, use the task scheduler.