[Overview][Constants][Classes][Procedures and functions][Index] |
Unit implementing pipe streams.
uses |
The Pipes unit implements streams that are wrappers around the OS's pipe functionality. It creates a pair of streams, and what is written to one stream can be read from another.