Description
Provides oneAPI Threading Building Blocks, a high-level C++ library for parallel programming. Developers use it to express tasks, parallel loops, pipelines, and concurrent data structures without managing threads manually.
Use it when a project depends on TBB or needs scalable CPU parallelism. It is a library dependency and does not provide a standalone app.