We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 807ed9a commit cdbc5e3Copy full SHA for cdbc5e3
src/main/java/org/usb4java/javax/AbstractIrpQueue.java
@@ -31,7 +31,7 @@ abstract class AbstractIrpQueue<T extends UsbIrp>
31
private final Queue<T> irps = new ConcurrentLinkedQueue<T>();
32
33
/** The queue processor thread. */
34
- private Thread processor;
+ private volatile Thread processor;
35
36
/** The USB device. */
37
private final AbstractDevice device;
0 commit comments