Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add asyncStream and asyncThrowingStream for Signal and SignalProducer #847

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
2 changes: 1 addition & 1 deletion Tests/ReactiveSwiftTests/SwiftConcurrencyTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class SwiftConcurrencyTests: XCTestCase {
}
}
// Extension to allow Throw assertion for async expressions
@available(macOS 12, iOS 15, watchOS 8, tvOS 15, *)
@available(macOS 12, iOS 15, watchOS 8, tvOS 15, macCatalyst 15, *)
Marcocanc marked this conversation as resolved.
Show resolved Hide resolved
fileprivate extension XCTest {
func XCTAssertThrowsError<T: Sendable>(
_ expression: @autoclosure () async throws -> T,
Expand Down