cpp-docs
cpp-docs copied to clipboard
Improve `<thread>` functions reference
- Add leading sentence and backticks
- Simplify and improve links
- Add basic example for
get_id - Update syntax (see
microsoft/STL/stl/inc/threadL200-L225):- Add missing
this_thread::for those in thestd::this_threadnamespace - Remove
inlineinsleep_for, and format it - Remove
void sleep_until(const xtime *Abs_time);since it no longer exists
- Add missing
- Update metadata