Skip to content

Hobble v0.1.0

Latest
Compare
Choose a tag to compare
@joshpencheon joshpencheon released this 04 Aug 20:32
· 12 commits to master since this release

New in v0.1.0:

  • The #schedule methods can take a block
    which is re-evaluated as the schedule
    after each run.
  • Hobble::Schedule can weight groups differently
    using the #weight! method, which affects the
    rate at which time debt accumulates.
  • Schedules can now optionally run only n
    items, by calling run(n) { ... }.