Class
SIP::TimerManager
In:
sipper/util/timer/timer_manager.rb
Parent:
Object
Methods
new
remove_task
schedule
start
stop
Included Modules
SipLogger
SipperUtil
Constants
MAX_TIME
=
Time.local(2038, "jan", 1).to_f*1000
Attributes
granularity
[R]
Public Class methods
new
(msg_q=nil, granularity=50)
Public Instance methods
remove_task
(task)
possibly keep a separate list and then just gloss over when due.
schedule
(task)
start
()
stop
()
[Validate]