Expand description
Sync stream abstraction for multiple transport types.
This module provides SyncStream, an enum that can hold different
sync stream types (TCP, Unix Domain Socket) while implementing the
necessary I/O traits.
Enumsยง
- Sync
Stream - A sync stream that can be either TCP or Unix Domain Socket.