Add an mpmc concurrent queue #125712
Labels
A-concurrency
Area: Concurrency
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-medium
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
std currently has an MPSC queue, but the underlying implementation is MPMC, so it'd make sense to expose an MPMC queue as well. @rust-lang/libs-api has approved the general idea of exposing an MPMC queue.
The next step is to sketch the concrete API that would be added; some of the open questions are mentioned here. An ACP should then be filed for that API.
The text was updated successfully, but these errors were encountered: