Skip to content

Latest commit

 

History

History
59 lines (49 loc) · 3.68 KB

thread.md

File metadata and controls

59 lines (49 loc) · 3.68 KB

Header <thread> implementation status

Reference
Implementation

  • : Cannot implement with language itself. Need compiler support. Used C++ N STL
  • : Partially implemented with C++ N
  • : Fully implemented with C++ N
  • : Not yet implemented
Features Standard Implemented in
Includes
<compare>
Classes
thread
jthread
ss::hash<ss::thread::id>
Functions
ss::swap(ss::thread)
operator==
operator!=
operator< ~~
operator<= ~~
~~ operator> ~~
~~ operator>= ~~
operator<=>






operator<<
yield
get_id
sleep_for
sleep_until