Provides basic synchronization facilities.
More...
#include <synchronizationInterface.hpp>
|
template<typename FunctionObject > |
static void | serialize (FunctionObject const &func) |
| Ensures that only one among the calling threads calls the given function object.
|
|
static void | synchronize () |
| Does not return until called by all threads.
|
|
Provides basic synchronization facilities.
The documentation for this struct was generated from the following file: