Class BusyWait
- java.lang.Object
-
- org.apache.bookkeeper.common.collections.BusyWait
-
public final class BusyWait extends java.lang.Object
Utility class to use "Thread.onSpinWait()" when available.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
onSpinWait()
If available (Java 9+), use intrinsicThread#onSpinWait
which will reduce CPU consumption during the wait, otherwise fallback to regular spinning.
-