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


readStreamValue

Function: readStreamValue { stream -> value tag who }
file: job.t
package: muf
status: alpha

This function accepts a stream, and returns the next value from the stream, plus the tag from the packet containing that value, and the actingUser who wrote that packet into the stream.

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

See section readStreamChar. See section readValue.


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