public static interface MessagePassingQueue.ExitCondition
Modifier and Type | Method and Description |
---|---|
boolean |
keepRunning()
This method should be implemented such that the flag read or determination cannot be hoisted
out of a loop which notmally means a volatile load, but with JDK9 VarHandles may mean
getOpaque.
|