|
Electroneum
|
#include <threadpool.h>
Public Member Functions | |
| void | inc () |
| void | dec () |
| void | wait (threadpool *tpool) |
| waiter () | |
| Wait for a set of tasks to finish. | |
| ~waiter () | |
Definition at line 56 of file threadpool.h.
|
inline |
| tools::threadpool::waiter::~waiter | ( | ) |
Definition at line 96 of file threadpool.cpp.


| void tools::threadpool::waiter::dec | ( | ) |
Definition at line 128 of file threadpool.cpp.


| void tools::threadpool::waiter::inc | ( | ) |
Definition at line 123 of file threadpool.cpp.


| void tools::threadpool::waiter::wait | ( | threadpool * | tpool | ) |
Definition at line 115 of file threadpool.cpp.

