mirror of
https://github.com/fafhrd91/actix-net
synced 2025-02-07 17:04:23 +01:00
4 lines
45 B
Rust
4 lines
45 B
Rust
|
//! Non-thread-safe channels.
|
||
|
|
||
|
pub mod mpsc;
|