flush_writer


flush_writer(s = current_writer())
      

Force any bytes or characters in the buffer associated with the output-stream s to be sent immediately to the underlying stream. Return void.

Also see:

close_stream
close_writer
close_reader


Core Module Index | Contents