Skip to main content

Module async_stream

Module async_stream 

Source
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ยง

AsyncStream
An async stream that can be either TCP or Unix Domain Socket.