# File lib/celluloid/io/stream.rb, line 301
      def flush
        osync = @sync
        @sync = true
        do_write ""
        return self
      ensure
        @sync = osync
      end