Add poll_recv_many for mpsc Receiver/UnboundedReceiver. #6209
Labels
A-tokio
Area: The main tokio crate
C-feature-request
Category: A feature request.
E-help-wanted
Call for participation: Help is requested to fix this issue.
M-sync
Module: tokio/sync
Is your feature request related to a problem? Please describe.
mpsc::Receiver recently add new method recv_many, but it doesn't expose poll version.
Describe the solution you'd like
Suggest to expose poll_recv_many.
Describe alternatives you've considered
(See above)
Additional context
(See above)
The text was updated successfully, but these errors were encountered: