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


message stream functions

Message streams are Muq's answer to unix pipes: They are bounded buffers serving as communication channels and synchronization mechanisms between jobs.

Unlike unix streams, Muq message streams may contain values of any sort whatever, including jobs and message streams, although string is still the usual fare.


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