Expand description
Transport module - platform-specific pipe/socket handling.
Provides abstraction over:
- Unix Domain Sockets (Linux/macOS)
- Named Pipes (Windows)
Structs§
- Pipe
Cleanup - Cleanup guard that removes the socket file on drop.
- Pipe
Listener - Unix Domain Socket listener.
- Pipe
Stream - Unix Domain Socket stream (connected).
Functions§
- create_
pipe_ listener - Create a pipe listener bound to the given path.
- generate_
pipe_ path - Generate a unique pipe path for this process.