You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments