1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-02-07 17:04:23 +01:00

4 lines
45 B
Rust
Raw Normal View History

//! Non-thread-safe channels.
pub mod mpsc;