swiftlang/swift

[SR-9569] refactor fork-join, threading in CollectionTransformers

Open

#52,016 opened on Dec 22, 2018

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Swift (10,719 forks)batch import
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.

Contributor guide