SObjectizer 5.8
|
A class to be used as mixin without any real mutex instance inside. More...
#include <sync_helpers.hpp>
Public Member Functions | |
template<typename Lambda > | |
auto | lock_and_perform (Lambda &&l) const -> decltype(l()) |
Perform necessary action. | |
A class to be used as mixin without any real mutex instance inside.
Usage example:
Definition at line 124 of file sync_helpers.hpp.
|
inline |
Perform necessary action.
Definition at line 130 of file sync_helpers.hpp.