# File lib/rb-kqueue/queue.rb, line 51
    def initialize
      @fd = Native.kqueue
      @watchers = {}
    end