mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
Using this overload makes the thread backing the Notifier run at real-time priority. This improves scheduling jitter substantially (5ms +- 2ms down to 5ms +- 1ms). A version isn't provided for Java because making threads real-time can cause GC deadlocks.