Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove AsyncStream.makeStream backports now we support only Swift 5.9+ (
#34) ### Motivation We had some code in an `#if swift(<5.9)` block, which can now be removed because we only support Swift 5.9 and newer. ### Modifications Remove code required to support Swift 5.8. ### Result Removed dead code. ### Test Plan Tests pass.
- Loading branch information