Mutable #4205
Unanswered
lacasaprivata2
asked this question in
Q&A
Mutable
#4205
Replies: 1 comment 2 replies
-
The mpsc channel is a multi-producer single-consumer channel, and having the The |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
tokio/tokio/src/sync/mpsc/unbounded.rs
Line 126 in d1a4009
Why does this need to be mutable when it's known to be accessed from 1 thread / send() is not mutable?
Beta Was this translation helpful? Give feedback.
All reactions