Add dap::RWMutex. A read / write mutex.
Also known as a shared mutex.
`std::shared_mutex` was introduced in C++17, but cppdap is C++11.
To be used to fix #35.
Showing
src/rwmutex.h
0 → 100644
src/rwmutex_test.cpp
0 → 100644
Please
register
or
sign in
to comment