electronicarts / EASTL

EASTL stands for Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance.
BSD 3-Clause "New" or "Revised" License
7.82k stars 905 forks source link

std::thread support #528

Open nipunG314 opened 1 month ago

nipunG314 commented 1 month ago

Is there any plan to add support for the C++11 std::thread api in the future?

jhopkins-ea commented 1 month ago

No. EASTL is a library of containers and related functionality (eg. algorithms) and isn't a full replacement of the C++ standard library.