|
STL Memory Versioning
|
std::thread wrapper with additional logic for managing Revisions More...
#include <vs_thread.h>


Public Member Functions | |
| template<typename Function , typename... Args> | |
| thread (Function &&f, Args &&... args) | |
| Construcs thread and creates new Revision for it. More... | |
| void | join () |
| Joins thread and it's Revision. More... | |
std::thread wrapper with additional logic for managing Revisions
Definition at line 13 of file vs_thread.h.
|
inlineexplicit |
Construcs thread and creates new Revision for it.
| Function | - callable |
| Args | - optional arguments for function |
| f | - function to call |
| args | - args to pass to the function (optional) |
Definition at line 25 of file vs_thread.h.
|
inline |