RubyGems.org

cadence

0.0.2

Track counts and compute rate of iteration. Set up callbacks for various intervals such as every n increments or every n ticks. computer = Cadence::Computer.new do |c| c.every 5 do p [:completed_processing, n] end end computer.start do |c| 1.upto(100) do |n| c.next # do magic here end end Mostly intended for providing intermitent feedback of the progress of tasks that will run for lengthy periods of time. Rudimentary support for time-based callbacks is possible through #ticks.

installgem install cadence
Authors

Matt Todd

1,633 total downloads 1,006 for this version
Owners

B6861bc75bff3c594212338a914a39ad

Gemfile
gem "cadence", "~> 0.0.2"
Versions
  1. 0.0.2 September 1, 2010