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