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 3f0c8bc commit 89709c7Copy full SHA for 89709c7
rococoa/rococoa-contrib/src/main/java/org/rococoa/contrib/dispatch/GCDExecutorService.java
@@ -244,7 +244,7 @@ public void run() {
244
super.run();
245
} finally {
246
tasks.remove(invocation.id());
247
- if ( state == State.SHUTDOWN ) {
+ if ( state == GCDExecutorService.State.SHUTDOWN ) {
248
//i.e. this is the last item on the queue
249
terminateIfDone(queue.operationCount().intValue() <= 1);
250
}
0 commit comments