Packages

package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class Debouncer extends AnyRef

    Highly performant generic debouncer

    Highly performant generic debouncer

    Note: This is not written as an Actor for performance reasons. Debounced calls are filtered synchronously, in the caller thread, without the need for locks, context switches, or heap allocations. We use AtomicBoolean to resolve concurrent races; the probability of contending on an AtomicBoolean transition is very low.

  2. class LegacyArchiveExtraction extends AnyRef
    Annotations
    @deprecating( ... )

Ungrouped