swift-server / RediStack

Non-blocking, event-driven Swift client for Redis.
http://swiftpackageindex.com/swift-server/RediStack/documentation
Apache License 2.0
141 stars 20 forks source link

Add availability to SwiftPolyfill.swift #102

Closed FranzBusch closed 9 months ago

FranzBusch commented 9 months ago

Motivation

We are missing an availability annotation on the AsyncStream extension that we have written to polyfill with older Swift versions.

Joannis commented 9 months ago

Hello Franz! Thanks for your contribution. I'm closing in favour of an identical fix in an earlier PR: #101