Go to the first, previous, next, last section, table of contents.


flush

Function: flush { -> }
file: job.t
package: muf
status: alpha

Any incomplete packet on @$s.standardOutput is marked as complete. Use this function to send partial lines:

"prompt: " , flush

Without the flush, the string would not be made available to the reading process until a "\n" was written, (unless the reading job is accepting incomplete packets).

See section flushStream.


Go to the first, previous, next, last section, table of contents.