Go to the source code of this file.
Classes | |
struct | nix::MuxablePipePollState |
Typedefs | |
using | nix::MuxablePipe |
using nix::MuxablePipe |
An "muxable pipe" is a type of pipe supporting endpoints that wait for events on multiple pipes at once.
On Unix, this is just a regular anonymous pipe. On Windows, this has to be a named pipe because we need I/O Completion Ports to wait on multiple pipes.