I am reading about Intel's Integrated Performance Primitives library for C and C++. They mentioned external threading as one of the new features.
New API’s for external threading is more effective than internal threading. source
What is external threading and how does it relates to std::thread
in C++ ?