swiftlang/swift
[SR-9569] refactor fork-join, threading in CollectionTransformers
開放
#52,016 建立於 2018年12月22日
Windowsgood first issuestandard library
倉庫指標
- 星標
- (69,989 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
| 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.