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.
General information
Issue description
ResourceCollection<T>implementsIEnumerable<T>, but this requires the use of blocking IO in the*Gatewayclasses. ImplementingIAsyncEnumerablewould allow enumeration to be non-blocking.