We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5faf9ee commit 03a4e1eCopy full SHA for 03a4e1e
1 file changed
docs/index.md
@@ -1,7 +1,7 @@
1
# FSharp.Control.TaskSeq
2
3
FSharp.Control.TaskSeq provides a `taskSeq` computation expression for `IAsyncEnumerable<'T>`,
4
-along with a comprehensive `TaskSeq` module of combinators.
+along with [a comprehensive `TaskSeq` module](https://fsprojects.github.io/FSharp.Control.TaskSeq/reference/fsharp-control-taskseq.html).
5
6
An **task sequence** is an asynchronous sequence in which individual elements are _awaited_:
7
the next element is not necessarily available immediately.
@@ -15,6 +15,8 @@ Add the [NuGet package `FSharp.Control.TaskSeq`](https://www.nuget.org/packages/
15
to your project and open the namespace:
16
17
```fsharp
18
+// #r "nuget: FSharp.Control.TaskSeq"
19
+
20
open FSharp.Control
21
```
22
0 commit comments