public static interface MessagePassingQueue.ExitCondition
Modifier and Type | Method | 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.
|
Copyright © 2013–2017. All rights reserved.