Corelink CPP Client
Corelink C++ client library
 
Loading...
Searching...
No Matches
reader_writer_lock_shim.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  corelink
 
namespace  corelink::commons
 

Typedefs

using corelink::commons::exclusive_mutex = std::mutex
 
using corelink::commons::exclusive_lock = std::lock_guard<exclusive_mutex>
 
using corelink::commons::reader_writer_mutex = std::shared_mutex
 
using corelink::commons::reader_lock = std::shared_lock<reader_writer_mutex>
 
using corelink::commons::writer_lock = std::lock_guard<reader_writer_mutex>