Files
allwpilib/wpiutil
Tyler Veness 3b33abfc7b Make Watchdog use single thread dispatch (#1347)
Notifier has one thread per instance because the callbacks must be
asynchronous. Watchdog callbacks can be synchronous, so this overhead
can be done away with via a scheduler thread akin to what the HAL
Notifier does.
2018-12-01 00:05:33 -08:00
..
2018-11-30 23:06:31 -08:00
2018-11-30 23:06:31 -08:00
2018-05-02 21:15:30 -07:00