Simple adapter to allow an IAsyncEnumerator<T> to be used as a gRPC IAsyncStreamReader<T>.
Note that cancellation is not fully supported, due to differences between the two interfaces.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["Version 4.4.0 of the Google.Api.Gax library provides access to multiple documented versions, including the latest version (4.10.0)."],["The library includes an `AsyncStreamAdapter\u003cT\u003e` class, which allows an `IAsyncEnumerator\u003cT\u003e` to be used as a gRPC `IAsyncStreamReader\u003cT\u003e`, but with limited cancellation support."],["The `FakeApiCall` class is provided as a utility for faking services and creating `ApiCall\u003cTRequest, TResponse\u003e` objects independently of gRPC."]]],[]]