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.
Obsolete
1 parent a0473e6 commit 14d44a4Copy full SHA for 14d44a4
src/FSharp.Control.TaskSeq/TaskSeqBuilder.fs
@@ -42,6 +42,7 @@ module Internal = // cannot be marked with 'internal' scope
42
|> raise
43
44
// deprecated from 0.4.0, see FSI file
45
+[<Obsolete "From version 0.4.0 onward, 'TaskSeq<_>' is deprecated in favor of 'TaskSeq<_>'. It will be removed in an upcoming release.">]
46
type taskSeq<'T> = IAsyncEnumerable<'T>
47
48
// the proper type from 0.4.0 onwards, see FSI file
0 commit comments