Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 2.57 KB

shared_mutex.md

File metadata and controls

50 lines (40 loc) · 2.57 KB

Header <shared_mutex> 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
Classes
shared_mutex
shared_timed_mutex
shared_lock
Functions
ss::swap(ss::shared_lock)