1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-12-03 00:22:23 +01:00
actix-net/local-channel/src/lib.rs

4 lines
45 B
Rust
Raw Normal View History

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