Asynchronous I/O abstractions for the ntex ecosystem.
[Io] wraps an underlying [IoStream] and coordinates buffered reads,
writes, backpressure, timeouts, and shutdown. Protocol transforms can be
composed through [Filter] layers, while [Framed] combines an I/O stream
with an ntex-codec encoder and decoder.
Use [IoConfig] to configure buffer thresholds and connection timeouts.