Now you can download a copy of these docs so you can use them offline! Download now
NTThreadManager Class Referenceabstract

#include <NTThreadManager.h>

Inheritance diagram for NTThreadManager:

Public Member Functions

virtual NTThreadnewBlockingPeriodicThread (PeriodicRunnable *r, const char *name)=0
 

Detailed Description

A thread manager that can be used to obtain new threads

Author
Mitchell

Definition at line 22 of file NTThreadManager.h.

Member Function Documentation

virtual NTThread* NTThreadManager::newBlockingPeriodicThread ( PeriodicRunnable r,
const char *  name 
)
pure virtual
Parameters
r
namethe name of the thread
Returns
a thread that will run the provided runnable repeatedly with the assumption that the runnable will block

Implemented in DefaultThreadManager.


The documentation for this class was generated from the following file:

Generated on Sat Apr 26 2014 12:26:46 for WPILibC++ by doxygen 1.8.6