# File lib/cool.io/io.rb, line 34
    def attach(loop); @_read_watcher.attach loop; schedule_write if !@_write_buffer.empty?; self; end