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.
|
Copyright © 2008–2020 The Netty Project. All rights reserved.