mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Recommend Tokio for async channels (#77)
This commit is contained in:
parent
ad54079554
commit
4e3dc76f87
1 changed files with 5 additions and 3 deletions
|
@ -973,10 +973,12 @@
|
|||
}, {
|
||||
"name": "flume",
|
||||
"notes": "Smaller and simpler than crossbeam-channel and almost as fast"
|
||||
},
|
||||
{
|
||||
}, {
|
||||
"name": "tokio",
|
||||
"notes": "Tokio's sync module provides channels for using in async code"
|
||||
}, {
|
||||
"name": "postage",
|
||||
"notes": "Channels that integrate nicely with async code"
|
||||
"notes": "Channels that integrate nicely with async code, with different options than Tokio"
|
||||
}]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue