Skip to content

Latest commit

 

History

History

changelog

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

1.3 (2015-05-14)

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

1.2 (2015-03-20)

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

  • Updated dependencies to support Scala 2.11.

1.1 (2014-12-04)

  • 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.

1.0 (2014-03-08)

Initial release including:

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