Uses of Package
org.cojen.tupl.util

Packages that use org.cojen.tupl.util
Package
Description
Low-level utility classes for managing concurrency, caching, and task scheduling.
  • Class
    Description
    A clutch is a specialized latch which can support highly concurrent shared requests, under the assumption that exclusive requests are infrequent.
    Sharable object for supporting contended clutches.
    Non-reentrant read-write latch, designed for throughput over fairness.
    Entry within a LocalPool.
    Implements an unbounded pool of daemon threads which automatically exit when idle.
    An entry which weakly references a pooled object.
    Simple task worker which has at most one background thread, and is expected to have only one thread enqueuing tasks.
    One-shot worker task instance.
    A group of workers for running tasks.