mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
This was previously possible in Java with Thread.interrupt(), but provide the same function in both C++ and Java. Fixes #444.
This was previously possible in Java with Thread.interrupt(), but provide the same function in both C++ and Java. Fixes #444.