# File lib/rb-kqueue/queue.rb, line 305
    def watch_timer(time, &callback)
      Watcher::Timer.new(self, time, callback)
    end