Closed
Description
Tracking issue for the new non-blocking mpsc::Receiver
iterator API introduced in #34724.
The API is currently gated behind the unstable receiver_try_iter
feature.
The API includes:
std::sync::mpsc::Receiver::try_iter
std::sync::mpsc::TryIter