# File lib/facet/io-reactor.rb, line 345
    def getWriteHandles
        @handles.
            find_all {|io,hsh| hsh[:events].include?( :write )}.
            collect {|io,hsh| io}
    end