swiftlang/swift
View on GitHub[SR-9569] refactor fork-join, threading in CollectionTransformers
Open
#52,016 opened on Dec 22, 2018
Windowsgood first issuestandard library
Repository metrics
- Stars
- (69,989 stars)
- PR merge metrics
- (Avg merge 8d 17h) (510 merged PRs in 30d)
Description
| Previous ID | SR-9569 |
| Radar | None |
| Original Reporter | @compnerd |
| Type | Task |
| Votes | 0 |
| Component/s | Standard Library |
| Labels | Task, StarterBug, Test, Windows |
| Assignee | None |
| Priority | Medium |
md5: eafef32c01a9d67385e2b6d940412bde
Issue Description:
Prototypes.CollectionTransformers uses pthread and fork directly, making the test non-portable to Windows.