See: Description
| Package | Description |
|---|---|
| org.tools4j.nobark.loop |
Provides interfaces and classes with simple building blocks for event loops based on executable
steps similar to runnables;
loops provide direct support for an
IdleStrategy and an
ExceptionHandler. |
| org.tools4j.nobark.queue |
Provides interfaces and different implementations of
conflation queues --
efficient lock-free queues with a built-in safety mechanism to prevent overflow by the producer. |