ECSTASY
All in the name
Loading...
Searching...
No Matches
include.hpp
Go to the documentation of this file.
1
11
12#ifndef ECSTASY_THREAD_HPP_
13#define ECSTASY_THREAD_HPP_
14
15#include "Lockable.hpp"
16#include "LockableView.hpp"
18
26{
27}
28
29#endif /* !ECSTASY_THREAD_HPP_ */
Thread safe view of a Lockable object.
Wrapper for std::shared_mutex allowing recursive locking by the same thread.
Namespace regrouping the thread safe ecstasy symbols.
Definition include.hpp:26