Class SystemTimer::ThreadTimer
In: lib/system_timer/thread_timer.rb
Parent: Object

Timer saving associated thread. This is needed because we trigger timers from a Ruby signal handler and Ruby signals are always delivered to main thread.

Methods

new   to_s  

Attributes

thread  [R] 
trigger_time  [R] 

Public Class methods

Public Instance methods

[Validate]