-
Notifications
You must be signed in to change notification settings - Fork 391
Closed
Labels
A-shimsArea: This affects the external function shimsArea: This affects the external function shimsA-windowsArea: affects only Windows targetsArea: affects only Windows targetsE-good-first-issueA good way to start contributing, mentoring is availableA good way to start contributing, mentoring is available
Description
Thanks to @drmeepster we now do support basic concurrency and atomics on Windows (#2231). However, we do not support all of the standard library concurrency primitives. Based on my testing:
- Mutex
- RwLock
- Condvar
- thread parking
The fact that we don't support thread parking (which is needed by std::sync::mpsc
) unfortunately blocks rust-lang/rust#103681.
Metadata
Metadata
Assignees
Labels
A-shimsArea: This affects the external function shimsArea: This affects the external function shimsA-windowsArea: affects only Windows targetsArea: affects only Windows targetsE-good-first-issueA good way to start contributing, mentoring is availableA good way to start contributing, mentoring is available