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 bcd37d5 commit f1cd730Copy full SHA for f1cd730
1 file changed
src/main/java/com/lmax/disruptor/BatchEventProcessor.java
@@ -129,7 +129,6 @@ public void run()
129
{
130
if (running.get() == HALTED)
131
132
- running.set(IDLE);
133
return;
134
}
135
0 commit comments