We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d44a4 commit 4a01e87Copy full SHA for 4a01e87
src/FSharp.Control.TaskSeq/TaskSeqBuilder.fsi
@@ -25,6 +25,8 @@ module Internal =
25
val inline raiseNotImpl: unit -> 'a
26
27
/// <summary>
28
+/// Represents a <see cref="task sequence" /> and is the output of using the <paramref name="taskSeq{...}" />
29
+/// computation expression from this library. It is an alias for <see cref="T:System.IAsyncEnumerable<_>" />.
30
/// The type <paramref name="taskSeq<_>" /> is deprecated since version 0.4.0,
31
/// please use <paramref name="TaskSeq<_>" /> in its stead. See <see cref="T:FSharp.Control.TaskSeq<_>" />.
32
/// </summary>
0 commit comments