SPAOP
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes
thread Namespace Reference

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...
 

Detailed Description

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.