Class | KQueue::Watcher::Timer |
In: |
lib/rb-kqueue/watcher/timer.rb
|
Parent: | Watcher |
The {Watcher} subclass for events fired based on a timer. Timer events are watched via {Queue#watch_timer}.
time | [R] |
The interval on which the timer fires an event, in seconds.
@return [Numeric] |