"

2013 FRC Java API

"

edu.wpi.first.wpilibj.networktables2.thread
Interface NTThreadManager

All Known Implementing Classes:
DefaultThreadManager

public interface NTThreadManager

A thread manager that can be used to obtain new threads

Author:
Mitchell

Method Summary
 NTThread newBlockingPeriodicThread(PeriodicRunnable r, String name)
           
 

Method Detail

newBlockingPeriodicThread

NTThread newBlockingPeriodicThread(PeriodicRunnable r,
                                   String name)
Parameters:
r -
name - the name of the thread
Returns:
a thread that will run the provided runnable repeatedly with the assumption that the runnable will block

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"