Add send_ready #3019
Labels
A-concurrency
Area: Concurrency
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
P-low
Low priority
This would take a set of channels and send on one of the ready ones.
We don't really have a notion yet of ready channels, but we could probably build a
buffered_stream
protocol that would include acknowledgments. This would be helpful for a few things, I imagine.Part of #1255.
The text was updated successfully, but these errors were encountered: