Releases: zmanio/rummage
Releases · zmanio/rummage
Rummage version 1.3
Added rummage.Deadline, a mechanism that can place a hard time limit on the completion of a scala.concurrent.Future.
Rummage version 1.2
- Added support for Scala 2.11 in addition to Scala 2.10.
- Updated dependencies to support Scala 2.11.
Rummage version 1.1
- Added rummage.Clock as a more general-purpose time abstraction than rummage.Timer.
- Added rummage.TryAll: An extension to the
scala.util.TryAPI 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
Initial release including:
- rummage.Timer: An interface for scheduling tasks to run one or more times at some point in the future.