Class Timers::Timer
In: lib/timers.rb
Parent: Object

An individual timer set to fire a given proc at a given time

Methods

<=>   call   cancel   continue   delay   fire   inspect   new   pause   reset  

Included Modules

Comparable

Attributes

interval  [R] 
offset  [R] 
recurring  [R] 

Public Class methods

Public Instance methods

call(offset = @timers.current_offset)

Alias for fire

Cancel this timer

Continue this timer

Extend this timer

Inspect a timer

Pause this timer

[Validate]