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


readValue

Function: readValue { -> std-in-value }
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.

Details: Any kind of value in any packet with any tag is fair game for this function.

If no input is available, the job blocks until something arrives, unless both @$s.standardInput$s.dead and @$s.readNilFromDeadStreams are non-nil, in which case nil is returned.

See section readStreamValue. See section readChar.


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