RxSwift
RxSwift copied to clipboard
feat: Enable Swift Concurrency for Linux
Trivially removes the !os(Linux) guard from various concurrency related features.
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?