Sha256: e45a3c2ad727b49f90bea12de767c653047c8ae9df26dae493a1be2aaf3d2d44
Contents?: true
Size: 1.08 KB
Versions: 3
Compression:
Stored size: 1.08 KB
Contents
4.0.1 (2014-09-10) ------------------ * Memory leak fixes * mathn fix for those crazy enough to use it 4.0.0 (2014-07-27) ------------------ * Replace Timers::Timeout with Timers::Wait * Timers::Group#wait_interval now returns nil when no timers, a postive or negative interval which if positive is the amount of time required to wait and if negative, how far in the past the latest timer should have fired * Performance improvements 3.0.1 (2014-06-27) ------------------ * Require 'set' automatically 3.0.0 (2014-06-14) ------------------ * Refactor `Timers` class into `Timers::Group` * Add `Timers::Timeout` class for implementing timeouts * Fix timer fudging * Update to RSpec 3 2.0.0 (2013-12-30) ------------------ * Switch to Hitimes for high precision monotonic counters * Removed Timers#time. Replaced with Timers#current_offset which provides a monotonic time counter. 1.1.0 ----- * Timers#after_milliseconds and #after_ms for waiting in milliseconds 1.0.2 ----- * Handle overdue timers correctly 1.0.1 ----- * Explicitly require Forwardable from stdlib 1.0.0 ----- * Initial release
Version data entries
3 entries across 3 versions & 3 rubygems
Version | Path |
---|---|
scoot-0.0.4 | .bundle/gems/ruby/2.2.0/gems/timers-4.0.1/CHANGES.md |
vagrant-cloudstack-1.1.0 | vendor/bundle/gems/timers-4.0.1/CHANGES.md |
timers-4.0.1 | CHANGES.md |