File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ High-performance spsc/mpsc/mpmc channels.
1616It supports async context, or communicates between async-blocking context.
1717
1818Implemented with lockless in mind, low level is based on crossbeam-channel.
19+ For the concept, please refer to [ wiki] ( https://github.com/frostyplanet/crossfire-rs/wiki ) .
20+
1921
2022## Stability and versions
2123
Original file line number Diff line number Diff line change 55//! It supports async context, and bridge the gap between async and blocking context.
66//!
77//! Implemented with lockless in mind, low level is based on crossbeam-channel.
8+ //! For the concept, please refer to [wiki](https://github.com/frostyplanet/crossfire-rs/wiki).
89//!
910//! ## Stability and versions
1011//!
You can’t perform that action at this time.
0 commit comments