file: job.t package: muf status: alpha
This function accepts no parameters, and returns the next
value from the standard input for the current job,
@$s.standardInput
. If no input is available, the job
blocks until something arrives.
This function is completely equivalent to @$s.standardInput readStreamLine pop
.
Go to the first, previous, next, last section, table of contents.