smartdevicelink / sdl_evolution

Tracking and proposing changes to SDL's public APIs.
https://smartdevicelink.github.io/sdl_evolution/
BSD 3-Clause "New" or "Revised" License
33 stars 122 forks source link

Replace thread::Thread implementation with std::thread from C++11 #1158

Closed AKalinich-Luxoft closed 2 years ago

AKalinich-Luxoft commented 3 years ago

The proposal's main idea is to remove the platform-specific threads functionality covered by the C++ 11 standard threads from the SDL Core.

AKalinich-Luxoft commented 3 years ago

@theresalech this proposal is ready for review

theresalech commented 3 years ago

@VadymLuchko, can you please advise if this is ready for review?

VadymLuchko commented 3 years ago

@theresalech, yes this PR is ready for review.