Recommend Tokio for async channels (#77)

This commit is contained in:
Sabrina Jewson 2023-04-09 17:53:23 +01:00 committed by GitHub
parent ad54079554
commit 4e3dc76f87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
}]
},
{