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
 
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
 
"For updated information see the Java FRC site"