digigun.sys.fifo
| .. | |
|---|---|
| Fifo | Concrete implementation of a FIFO (Named Pipe) using native system calls. |
| ICommunicator | Base interface for read/write operations on FIFOs and Unix Sockets. |
| IFifo | Interface for FIFO (Named Pipe) specific operations. |
| ISocket | Interface for Local Unix Socket specific operations. |
| Selector | High-level multiplexer to wait for I/O events on multiple FIFOs or Sockets. |
| UnixDomainSocket | Concrete implementation of a Local Unix Socket using native system calls. |