# File lib/rb-kqueue/queue.rb, line 271
    def watch_process(pid, *flags, &callback)
      Watcher::Process.new(self, pid, flags, callback)
    end