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
cc @alexcrichton
Tracking issue for the new non-blocking
mpsc::Receiveriterator API introduced in #34724.The API is currently gated behind the unstable
receiver_try_iterfeature.The API includes:
std::sync::mpsc::Receiver::try_iterstd::sync::mpsc::TryItercc @alexcrichton