sdl_core icon indicating copy to clipboard operation
sdl_core copied to clipboard

[SDL 0339] Replace `thread::Thread` implementation with `std::thread` from C++11

Open theresalech opened this issue 4 years ago • 0 comments

Proposal: Replace thread::Thread implementation with std::thread from C++11

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

Review: https://github.com/smartdevicelink/sdl_evolution/issues/1163

theresalech avatar Aug 25 '21 17:08 theresalech