Producer Consumer Problem in Rust

Does anyone know about the Producer-Consumer Problem in Rust? Please provide me the source code to make a Producer-Consumer Problem in rust using a buffer.

Hi and welcome! This kind of question is off-topic in this forum, which is concerned with the design and implementation of the Rust language and compiler itself.

I see you’ve already posted on users.rust-lang.org, too, which is indeed the better place to ask this kind of question.

1 Like

Locking for the reasons steffahn has said