• Scieneer Common Lisp 1.3.9 online documentation

    make-broadcast-stream &rest streams[Function]

    Returns an output stream which sends its output to all of the given streams. The element-type is copied from the first of the streams. If any of the streams are unbuffered then the broadcast stream is unbuffered.

  •