[[["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 document outlines the `AsyncStreamAdapter\u003cT\u003e` class, a simple adapter for using an `IAsyncEnumerator\u003cT\u003e` as a gRPC `IAsyncStreamReader\u003cT\u003e`."],["The latest version documented is 4.10.0, while the current content primarily details version 4.2.0, with links to other versions available."],["The class includes a constructor `AsyncStreamAdapter(IAsyncEnumerator\u003cT\u003e)`, that wraps an `IAsyncEnumerator\u003cT\u003e` as an async stream reader."],["`AsyncStreamAdapter\u003cT\u003e` has a method `MoveNext(CancellationToken)`, which receives a `CancellationToken` and returns a `Task\u003cbool\u003e` type, and it has a `Current` property of type T."],["Cancellation is not fully supported due to differences between the `IAsyncEnumerator\u003cT\u003e` and `IAsyncStreamReader\u003cT\u003e` interfaces, according to the provided description."]]],[]]