fix AsyncStream polyfill swift<5.9 (#101)

This commit is contained in:
AntVil
2023-12-11 17:24:04 +01:00
committed by GitHub
parent a476f69cbb
commit 622ce440f9
@@ -36,6 +36,7 @@ extension DiscardingTaskGroup: DiscardingTaskGroupProtocol {}
#if swift(<5.9)
// This should be removed once we support Swift 5.9+ only
@available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
extension AsyncStream {
static func makeStream(
of elementType: Element.Type = Element.self,