Skip to content

Releases: zmanio/rummage

Rummage version 1.3

14 May 08:05

Choose a tag to compare

Added rummage.Deadline, a mechanism that can place a hard time limit on the completion of a scala.concurrent.Future.

Rummage version 1.2

20 Mar 22:45

Choose a tag to compare

  • Added support for Scala 2.11 in addition to Scala 2.10.
  • Updated dependencies to support Scala 2.11.

Rummage version 1.1

20 Mar 21:46

Choose a tag to compare

  • Added rummage.Clock as a more general-purpose time abstraction than rummage.Timer.
  • Added rummage.TryAll: An extension to the scala.util.Try API to add support aggregated try operations.
  • Deprecated rummage.Timer in favor of the new rummage.Clock API. The timer interface will likely be rewritten in the future on top of the new clock API.

Rummage version 1.0

12 Mar 19:58

Choose a tag to compare

Initial release including:

  • rummage.Timer: An interface for scheduling tasks to run one or more times at some point in the future.