cpp-pthread
(v1.7.3)
Simple C++ wrapper to pthread functions.
|
#include <thread.hpp>
Public Member Functions | |
virtual void | run () noexcept=0 |
Interface of a runnable class.
You can write code to be run through a Thread by implementing this interface.
Definition at line 58 of file thread.hpp.
|
pure virtualnoexcept |
This method must be overritten