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}.

Methods

new  

Attributes

time  [R]  The interval on which the timer fires an event, in seconds.

@return [Numeric]

Public Class methods

Creates a new timer Watcher.

@private

[Validate]