# File lib/rb-kqueue/queue.rb, line 289
    def watch_for_signal(signal, &callback)
      Watcher::Signal.new(self, signal, callback)
    end