minor EWYK changes
This commit is contained in:
parent
d5feadd241
commit
f3791a9b06
|
@ -146,6 +146,7 @@ public abstract class ExecutionStrategy implements Runnable
|
|||
_producing.set(false);
|
||||
}
|
||||
|
||||
// since we are going to eat the task we just "killed"
|
||||
// then we may need another thread to keep producing
|
||||
if (!complete && !_dispatched)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue