| Package | Description |
|---|---|
| net.openhft.chronicle.threads |
| Modifier and Type | Class and Description |
|---|---|
class |
BusyTimedPauser
Similar to
BusyPauser but also supporting TimingPauser |
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 with a limit of max back off.
|
static TimingPauser |
Pauser.sleepy()
A sleepy pauser which yields for a millisecond, then sleeps for 1 to 20 ms
|
static @NotNull TimingPauser |
Pauser.timedBusy() |
Copyright © 2022. All rights reserved.