| Package | Description |
|---|---|
| net.openhft.chronicle.threads |
| Modifier and Type | Class and Description |
|---|---|
class |
BusyTimedPauser |
class |
LongPauser |
class |
TimeoutPauser |
| Modifier and Type | Method and Description |
|---|---|
static TimingPauser |
Pauser.balanced()
A balanced pauser which tries to be busy for short bursts but backs off when idle.
|
static TimingPauser |
Pauser.balancedUpToMillis(int millis)
A balanced pauser which tries to be busy for short bursts but backs off when idle.
|
static TimingPauser |
Pauser.sleepy() |
static @NotNull TimingPauser |
Pauser.timedBusy() |
Copyright © 2021. All rights reserved.