| Class | Timers::Group |
| In: |
lib/timers/group.rb
|
| Parent: | Object |
A collection of timers which may fire at different times
| events | [R] | Scheduled events: |
| paused_timers | [R] | Paused timers: |
| timers | [R] | Active timers: |
Call the given block periodically at the given interval. The first argument will be the time at which the group was asked to fire timers for.
Call the given block immediately, and then periodically at the given interval. The first argument will be the time at which the group was asked to fire timers for.