apple / swift-async-algorithms

Async Algorithms for Swift
Apache License 2.0
2.95k stars 147 forks source link

Fix more `Sendable` warnings and flaky test #281

Closed FranzBusch closed 1 year ago

FranzBusch commented 1 year ago

Motivation

We still had some Sendable warnings left under strict Concurrency checking.

Modification

This PR fixes a bunch of Sendable warnings but we still have some left in the validation tests. Additionally, I fixed a flaky test.