Theo P

Results 3 comments of Theo P

This code snippet also seems to trigger this: ```swift import Foundation import Combine extension AnyPublisher { func async() async throws -> Output { var myCancellable: AnyCancellable? return try await withTaskCancellationHandler(operation:...

Let me know if this is something expected by the spec. If not I have a fix I could submit.