Document how to use channels between async and sync #2495
Labels
A-tokio
Area: The main tokio crate
C-maintenance
Category: PRs that clean code up or issues documenting cleanup.
M-sync
Module: tokio/sync
T-docs
Topic: documentation
When communicating between sync and async code, you typically want to use the channel type that corresponds to where the receiver is. That is, unless you are using a bounded channel. I would like to discuss these concerns on the
sync
module.The text was updated successfully, but these errors were encountered: