Instance Method
インスタンスメソッド
make
makeAsyncIterator()
Creates the asynchronous iterator that produces elements of this asynchronous sequence.
非同期イテレータを作成します、それはこの非同期シーケンスの要素を取り出すものです。
Availability
- iOS 13.0+
- iPadOS 13.0+
- macOS 10.15+
- Mac Catalyst 15.0+
- tvOS 13.0+
- watchOS 6.0+
- Xcode 13.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
func makeAsyncIterator() -> AsyncStream
<Element>.Iterator
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Creating an Iterator イテレータを作成する
struct AsyncStream.Iterator
The asynchronous iterator for iterating an asynchronous stream.