Closed
Description
This is a tracking issue for the unstable mpsc_select
feature in the standard library. Known points:
- The API is unsafe, and should probably never be stabilized.
- Servo apparently makes very heavy use of this API, so it can't be removed without replacement currently.
- The correctness of the implementation is somewhat dubious, it's incredibly complicated.
- The macro-based approach for selection is dubious.
- This is not a scalable implementation of selection (e.g. "poll everything each time wait() is called")
- This drags down some other channel-related code with a few mutexes in otherwise lock-free code.
Metadata
Metadata
Assignees
Labels
Blocker: Implemented in the nightly compiler and unstable.Category: An issue tracking the progress of sth. like the implementation of an RFCRelevant to the library API team, which will review and decide on the PR/issue.This PR / issue is in PFCP or FCP with a disposition to close it.The final comment period is finished for this PR / Issue.