RubyGems Navigation menu

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.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.0.2 - September 01, 2010 (4.5 KB)
  2. 0.0.1 - September 01, 2010 (4.5 KB)

Owners:

Authors:

  • Matt Todd

SHA 256 checksum:

b057ea39869ac71a473f67d6b49040c957b6c497545684dcaa8df13065d84411

Total downloads 10,685

For this version 6,342

Licenses:

N/A

Required Ruby Version: None

Links: