|
SObjectizer
5.5
|
A mixin which must be used as base class for thread-safe timer managers. More...
#include <all.hpp>
Classes | |
| class | lock_guard |
| A special wrapper around actual std::unique_lock. More... | |
Public Member Functions | |
| void | ensure_started () |
| void | notify () |
Public Attributes | |
| std::mutex | m_lock |
| Timer manager's lock. More... | |
A mixin which must be used as base class for thread-safe timer managers.
|
inline |
|
inline |
| std::mutex timertt::details::thread_safe_manager_mixin::m_lock |
Timer manager's lock.
1.8.14