Skip to content

Commit 3dcb4ea

Browse files
committed
README: Add wiki link
1 parent f4a6f68 commit 3dcb4ea

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ High-performance spsc/mpsc/mpmc channels.
1616
It supports async context, or communicates between async-blocking context.
1717

1818
Implemented 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

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
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
//!

0 commit comments

Comments
 (0)