| Interface | Description |
|---|---|
| AsyncGenerator<E> |
An asynchronous generator interface that allows generating asynchronous elements.
|
| Class | Description |
|---|---|
| AsyncGenerator.Data<E> |
Represents a data element in the AsyncGenerator.
|
| AsyncGeneratorQueue |
Represents a queue-based asynchronous generator.
|
Copyright © 2024. All rights reserved.