We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aac571 commit fcb9158Copy full SHA for fcb9158
stdlib/public/Concurrency/AsyncSequence.swift
@@ -74,7 +74,8 @@ import Swift
74
@available(SwiftStdlib 5.5, *)
75
@rethrows
76
public protocol AsyncSequence {
77
- /// The type of asynchronous iterator produced by this asynchronous sequence.
+ /// The type of asynchronous iterator that produces elements of this
78
+ /// asynchronous sequence.
79
associatedtype AsyncIterator: AsyncIteratorProtocol where AsyncIterator.Element == Element
80
/// The type of element produced by this asynchronous sequence.
81
associatedtype Element
0 commit comments