# File lib/cool.io/async_watcher.rb, line 11
    def initialize
      @reader, @writer = ::IO.pipe
      super(@reader)
    end