Demos the thread functions. More...
#include <ecl/config.hpp>#include <iostream>#include "../../include/ecl/threads/thread.hpp"#include <ecl/time/sleep.hpp>
Go to the source code of this file.
Classes | |
| class | NullaryFunction |
| class | ThreadMemberFunctions |
Functions | |
| void | d () |
| void | d_cb () |
| void | deconstructThread () |
| void | f () |
| void | g (const int &i) |
| int | main () |
| void d | ( | ) |
Definition at line 48 of file thread.cpp.
| void d_cb | ( | ) |
Definition at line 56 of file thread.cpp.
| void deconstructThread | ( | ) |
Definition at line 72 of file thread.cpp.
| void f | ( | ) |
Definition at line 60 of file thread.cpp.
| void g | ( | const int & | i | ) |
Definition at line 66 of file thread.cpp.
| int main | ( | ) |
Definition at line 76 of file thread.cpp.