Alexander Cyon

Results 2 issues of Alexander Cyon

Swifts `AsyncStream` for example is sendable: ```swift @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *) extension AsyncStream : @unchecked Sendable where Element : Sendable { } ``` Thus it...

enhancement

**Describe the bug** When using `.multicast` I got unexpected error: `attempt to await next() on more than one task`. It is my - maybe incorrect? - understanding that I could...

bug