RxSwift icon indicating copy to clipboard operation
RxSwift copied to clipboard

feat: Enable Swift Concurrency for Linux

Open CrownedPhoenix opened this issue 1 year ago • 1 comments

Trivially removes the !os(Linux) guard from various concurrency related features.

CrownedPhoenix avatar Mar 31 '25 19:03 CrownedPhoenix

Salient bit of information about this: I tested this in a Linux Docker container with Swift 6.0.3.

I'm not sure what history there is related to Swift >=5.6 and <6 related to Linux so there may be a better way to gate these sections?

CrownedPhoenix avatar Mar 31 '25 19:03 CrownedPhoenix