SPAOP
|
A namespace for C++ wrappers of basic multithreading objects. More...
Classes | |
class | Thread |
A wrapper for the std::thread wrapping it into a Java-style thread object. More... | |
A namespace for C++ wrappers of basic multithreading objects.
Since C++11, most of that is already available in std, so look there before you look here.