Yes and no.
std::thread:
std::thread (thread )
_Launch (xthread ),
_Thrd_startX (xthread ),
_Thrd_start (cthread.c ),
_beginthreadex (cthread.c ).
_beginthreadex, atlbase.h microsoft :
// _beginthreadex calls CreateThread which will set the last error
// value before it returns.
PPL.
, std::async concurrency::create_task , Windows API.
std::thread ...?
Casablanca, PPL. PPL .
. threadpool + std::future + std::promise , concurrency::task. # TPL. , performace .