A clock for use in Akka actors, using system time and Thread.
A trait that defines when an implicit Akka clock is available.
A low-level abstraction over time.
The exception returned when a deadline cannot be met.
Definition of the deadline DSL.
A clock that scales the progression of time reported by another clock.
A timer implemented with an Akka Scheduler.
A timer implemented with a Java ScheduledExecutorService.
An interface for scheduling tasks to run one or more times at some point in the future.
Support for the AkkaClock class.
Global access to the implicit Akka clock publisher.
Primary factory and resolver for instances of Clock.
A factory for deadline-bound futures.
Global implementation of the deadline DSL.
A factory for scaled clocks.
An extension to the scala.util.Try interface to support aggregated try operations.
The
rummagepackage is a collection of small Scala utilities.This package consists of self-contained utilities that are too small and general to warrant their own package and/or artifact, but are too large, nuanced or handy to have around to be re-implemented over and over again.