2 Matching Annotations
  1. Apr 2021
    1. Streams could also be used for inter-process communication, by connecting two processes to pseudoterminals.
    2. In this framework, a stream is a chain of coroutines that pass messages between a program and a device driver (or between a pair of programs)

      coroutines message passing