Skip to content

Commit 735748a

Browse files
yamada-k-25twittemb
authored andcommitted
Conform AnyAsyncSequence to Sendable
1 parent 3442d3d commit 735748a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/Operators/AsyncSequence+EraseToAnyAsyncSequence.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,5 @@ public struct AnyAsyncIterator<Element>: AsyncIteratorProtocol {
4242
try await self.nextClosure()
4343
}
4444
}
45+
46+
extension AnyAsyncSequence: Sendable {}

0 commit comments

Comments
 (0)