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
t =>buffer.CompleteAsync(t.Exception),TaskContinuationOptions.ExecuteSynchronously);
63
-
64
-
returnbuffer.Reader;
65
-
}
66
-
67
40
/// <summary>
68
41
/// Joins collections of the same type into a single channel reader in the order provided.
69
42
/// </summary>
@@ -123,7 +96,7 @@ public static ChannelReader<T> Join<T>(this ChannelReader<T[]> source, bool sing
123
96
/// <param name="bufferSize">The capacity of the resultant channel.</param>
124
97
/// <param name="singleReader">True will cause the resultant reader to optimize for the assumption that no concurrent read operations will occur.</param>
125
98
/// <returns>A channel reader containing the joined results.</returns>
0 commit comments