vendredi 4 août 2017

Does C++ async use a thread pool on macOS?

Using the standard development tools and compilers for the platform[1], does async spawn a new OS thread for each background job or does it use a thread pool or some system based on work stealing task queues?

  1. Xcode, Clang/LLVM

Aucun commentaire:

Enregistrer un commentaire