Class | Description |
---|---|
OpenHashSet<T> |
A simple open hash set with add, remove and clear capabilities only.
|
QueueSupplier<T> |
Provide a 1-producer/1-consumer ready queue adapted for a given capacity.
|
WaitStrategy |
Strategy employed to wait for specific
LongSupplier values with various spinning strategies. |
suppliers
and busy spin utils
WaitStrategy
.
Used for operational serialization (serializing threads) or buffering (asynchronous boundary).