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


flushStream

Function: flushStream { stream -> }
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: " stream writeStream   stream flushStream

Without the flushStream, 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 flush.


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