We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a476f69 commit 622ce44Copy full SHA for 622ce44
Sources/RediStack/Cluster/SwiftPolyfill.swift
@@ -36,6 +36,7 @@ extension DiscardingTaskGroup: DiscardingTaskGroupProtocol {}
36
37
#if swift(<5.9)
38
// This should be removed once we support Swift 5.9+ only
39
+@available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
40
extension AsyncStream {
41
static func makeStream(
42
of elementType: Element.Type = Element.self,
0 commit comments