ECSTASY
All in the name
Loading...
Searching...
No Matches
SharedRecursiveMutex.hpp File Reference

Wrapper for std::shared_mutex allowing recursive locking by the same thread. More...

#include <atomic>
#include <thread>
#include <shared_mutex>
#include <unordered_map>
Include dependency graph for SharedRecursiveMutex.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ecstasy::thread::SharedRecursiveMutex
 Wrapper for std::shared_mutex allowing recursive locking by the same thread. More...
 

Namespaces

namespace  ecstasy
 Namespace containing all symbols specific to ecstasy.
 
namespace  ecstasy::thread
 Namespace regrouping the thread safe ecstasy symbols.
 

Detailed Description

Wrapper for std::shared_mutex allowing recursive locking by the same thread.

Author
Andréas Leroux (andre.nosp@m.as.l.nosp@m.eroux.nosp@m.@epi.nosp@m.tech..nosp@m.eu)
Version
1.0.0
Date
2024-03-30

Definition in file SharedRecursiveMutex.hpp.