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


readStreamChar

Function: readStreamChar { stream -> char who }
file: job.t
package: muf
status: alpha

This function accepts a stream, and returns as a character the next byte from the stream, plus the actingUser who wrote the byte 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 is returned.

See section readStreamByte. See section readChar. See section unreadStreamChar.


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