File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11# FSharp.Control.TaskSeq
22
33FSharp.Control.TaskSeq provides a ` taskSeq ` computation expression for ` IAsyncEnumerable<'T> ` ,
4- along with a comprehensive ` TaskSeq ` module of combinators .
4+ along with [ a comprehensive ` TaskSeq ` module] ( https://fsprojects.github.io/FSharp.Control.TaskSeq/reference/fsharp-control-taskseq.html ) .
55
66An ** task sequence** is an asynchronous sequence in which individual elements are _ awaited_ :
77the next element is not necessarily available immediately.
@@ -15,6 +15,8 @@ Add the [NuGet package `FSharp.Control.TaskSeq`](https://www.nuget.org/packages/
1515to your project and open the namespace:
1616
1717``` fsharp
18+ // #r "nuget: FSharp.Control.TaskSeq"
19+
1820open FSharp.Control
1921```
2022
You can’t perform that action at this time.
0 commit comments