Uses of Class
org.cojen.tupl.util.Clutch

Packages that use Clutch
Package
Description
Low-level utility classes for managing concurrency, caching, and task scheduling.
  • Uses of Clutch in org.cojen.tupl.util

    Methods in org.cojen.tupl.util that return Clutch
    Modifier and Type
    Method
    Description
    static Clutch
    Clutch.make()
    Return a new Clutch instance, which might share a pack with other instances returned from this method.
    static Clutch
    Clutch.make(int initialState)
    Return a new Clutch instance, which might share a pack with other instances returned from this method.