asupersync 0.3.4

Spec-first, cancel-correct, capability-secure async runtime for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
//! ATP Loss Detection Integration
//!
//! Provides ATP-specific loss detection algorithms and integration with the
//! QUIC transport layer for enhanced recovery behavior.

pub mod detector;
pub mod persistent_congestion;

pub use detector::*;
pub use persistent_congestion::*;