![]() |
A Scope creates a RAII control structure protecting the execution for a particular function or "worker". More...
#include <Mutex.h>
Public Member Functions | |
void | operator() (ScopeWorker pWorker) |
A Scope creates a RAII control structure protecting the execution for a particular function or "worker".
Usually, this worker will be defined as an online lambda function.
|
inline |