Skip to content

Have ResourceCollection<T> implement IAsyncEnumerable #105

Description

@richardszalay

General information

  • SDK/Library version: 5.2.0
  • Environment: (Development)
  • Language, language version, and OS: C# 8 / .NET Core 3.1

Issue description

ResourceCollection<T> implements IEnumerable<T>, but this requires the use of blocking IO in the *Gateway classes. Implementing IAsyncEnumerable would allow enumeration to be non-blocking.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions