-
I want to get the next item in receiver but I don't want to dequeue it. Is it possible in tokio::sync::mpsc::UnboundedReceive? From the docs, I don't see how can it be done. |
Beta Was this translation helpful? Give feedback.
Answered by
Darksonn
Nov 22, 2021
Replies: 1 comment
-
No, this is not possible. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Noah-Kennedy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, this is not possible.