mirror of
https://github.com/fafhrd91/actix-net
synced 2024-12-03 00:22:23 +01:00
4 lines
45 B
Rust
4 lines
45 B
Rust
|
//! Non-thread-safe channels.
|
||
|
|
||
|
pub mod mpsc;
|