mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
[wpilibj] Fix java async interrupts (#3559)
This commit is contained in:
@@ -66,6 +66,7 @@ public class AsynchronousInterrupt implements AutoCloseable {
|
||||
|
||||
m_keepRunning.set(true);
|
||||
m_thread = new Thread(this::threadMain);
|
||||
m_thread.start();
|
||||
}
|
||||
|
||||
/** Disables interrupt callbacks. Does nothing if already disabled. */
|
||||
|
||||
Reference in New Issue
Block a user