mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-21 19:23:03 +00:00
Mention that crossbeam-channel as the same algorithm as std (#76)
This commit is contained in:
parent
acda1d8e3a
commit
649e731b5e
1 changed files with 1 additions and 1 deletions
|
@ -1054,7 +1054,7 @@
|
|||
"recommendations": [
|
||||
{
|
||||
"name": "crossbeam-channel",
|
||||
"notes": "The absolute fastest channel implementation available. Implements Go-like 'select' feature."
|
||||
"notes": "The same channel algorithm as in the standard library but with a more powerful API, offering a Go-like 'select' feature."
|
||||
}, {
|
||||
"name": "flume",
|
||||
"notes": "Smaller and simpler than crossbeam-channel and almost as fast"
|
||||
|
|
Loading…
Reference in a new issue