swiftlang/swift

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

Open

#52.016 aperta il 22 dic 2018

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Swift (10.719 fork)batch import
Windowsgood first issuestandard library

Metriche repository

Star
 (69.989 star)
Metriche merge PR
 (Merge medio 8g 17h) (510 PR mergiate in 30 g)

Descrizione

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.

Guida contributor