You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Threading.Channels/ChannelReader`1.xml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -166,8 +166,9 @@ Each <xref:System.Collections.Generic.IAsyncEnumerator%601.MoveNextAsync> call t
166
166
<Docs>
167
167
<paramname="cancellationToken">A <seecref="T:System.Threading.CancellationToken" /> used to cancel the wait operation.</param>
168
168
<summary>Returns a <seecref="T:System.Threading.Tasks.ValueTask`1" /> that will complete when data is available to read.</summary>
169
-
<returns>A <seecref="T:System.Threading.Tasks.ValueTask`1" /> that will complete with a <seelangword="true" /> result when data is available to read
170
-
or with a <seelangword="false" /> result when no further data will ever be available to be read.</returns>
169
+
<returns><para>A <seecref="T:System.Threading.Tasks.ValueTask`1" /> that will complete with a <seelangword="true" /> result when data is available to read
170
+
or with a <seelangword="false" /> result when no further data will ever be available to be read due to the channel completing successfully.</para>
171
+
<para>If the channel completes with an exception, the task will also complete with an exception.</para></returns>
0 commit comments