package util
- Alphabetic
- Public
- All
Type Members
-
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.
-
class
LegacyArchiveExtraction
extends AnyRef
- Annotations
- @deprecating( ... )