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. |
| org.tools4j.nobark.run |
Provides interfaces and classes to build
thread-like running
services that can be stopped, joined or shutdown orderly and abruptly in a controllable way. |