Now you can download a copy of these docs so you can use them offline! Download now
#include <NTThreadManager.h>

Public Member Functions | |
| virtual NTThread * | newBlockingPeriodicThread (PeriodicRunnable *r, const char *name)=0 |
A thread manager that can be used to obtain new threads
Definition at line 22 of file NTThreadManager.h.
|
pure virtual |
| r | |
| name | the name of the thread |
Implemented in DefaultThreadManager.
1.8.6