[[["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-03-05 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."]]],[]]