public interface CoreEventLoop
extends net.openhft.chronicle.core.threads.EventLoop
| Modifier and Type | Field and Description |
|---|---|
static long |
NOT_IN_A_LOOP
The value returned for
loopStartNS() when the event loop is not currently
executing an iteration |
| Modifier and Type | Method and Description |
|---|---|
void |
dumpRunningState(@NotNull String message,
@NotNull BooleanSupplier finalCheck) |
long |
loopStartNS()
Get the
System.nanoTime() at which the currently executing loop iteration started |
Thread |
thread() |
static final long NOT_IN_A_LOOP
loopStartNS() when the event loop is not currently
executing an iterationThread thread()
long loopStartNS()
System.nanoTime() at which the currently executing loop iteration startedNOT_IN_A_LOOP if no iteration is executingvoid dumpRunningState(@NotNull
@NotNull String message,
@NotNull
@NotNull BooleanSupplier finalCheck)
Copyright © 2024. All rights reserved.