You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cpp: thread: support for std::thread and std::this_thread
This commit adds support for std::thread and std::this_thread
when the configured C++ standard is >= C++11.
The implementation uses POSIX threads under the hood.
Signed-off-by: Christopher Friedt <[email protected]>
0 commit comments