public final class BusyWait
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
onSpinWait()
If available (Java 9+), use intrinsic
Thread#onSpinWait which will
reduce CPU consumption during the wait, otherwise fallback to regular
spinning. |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.