net-mux 1.0.1

An async, credit-based connection multiplexing library on top of Tokio
Documentation
1
2
3
4
5
//! Per-stream flow-control primitives.

mod window;

pub(crate) use window::{AcquireOutcome, RecvWindow, SendWindow};