|
SObjectizer 5.8
|
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. | |
A mixin which must be used as base class for thread-safe timer managers.
Definition at line 2849 of file 3rd_party/timertt/all.hpp.
|
inline |
Definition at line 2869 of file 3rd_party/timertt/all.hpp.
|
inline |
Definition at line 2872 of file 3rd_party/timertt/all.hpp.
| std::mutex timertt::details::thread_safe_manager_mixin::m_lock |
Timer manager's lock.
Definition at line 2852 of file 3rd_party/timertt/all.hpp.