[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage details the `AsyncStreamAdapter\u003cT\u003e` class, a simple adapter within the `Google.Api.Gax.Grpc.Testing` namespace that allows an `IAsyncEnumerator\u003cT\u003e` to be used as a gRPC `IAsyncStreamReader\u003cT\u003e`."],["The `AsyncStreamAdapter\u003cT\u003e` class has a constructor that accepts an `IAsyncEnumerator\u003cT\u003e` to wrap it as an async stream reader and the element type, T."],["The class exposes a `Current` property of type `T`, for retrieving the current element in the stream, and a `MoveNext` method, which advances the stream, returning a task of boolean to check if it has been moved to a next item."],["The page provides information for different versions of the class, ranging from version 3.2.0 to the latest version 4.10.0, but there are other version between."],["The class has a limitation where cancellation is not fully supported, due to the differences between the two interfaces."]]],[]]