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