mirror of
https://github.com/boostorg/thread.git
synced 2026-01-27 07:22:11 +00:00
9ceea9822fb7b0145c7077c7fabdac73af2d95a6
This involves basically 3 changes: 1. Using __declspec(thread) instead of the Tls APIs. 2. Using Windows::System::Threading since Win32 Threading APIs aren't allowed. 3. Updating or replacing some banned APIs like WaitForSingleObject with WaitForSingleObjectEx.
thread
Portable C++ multi-threading. C++11, C++14.
License
Distributed under the Boost Software License, Version 1.0.
Description
Languages
C++
99.9%