cpp-docs icon indicating copy to clipboard operation
cpp-docs copied to clipboard

Improve `<thread>` functions reference

Open Rageking8 opened this issue 4 months ago • 4 comments

  • Add leading sentence and backticks
  • Simplify and improve links
  • Add basic example for get_id
  • Update syntax (see microsoft/STL/stl/inc/thread L200-L225):
    • Add missing this_thread:: for those in the std::this_thread namespace
    • Remove inline in sleep_for, and format it
    • Remove void sleep_until(const xtime *Abs_time); since it no longer exists
  • Update metadata

Rageking8 avatar Jul 30 '25 11:07 Rageking8