Skip to content

Commit 8a8b10f

Browse files
committed
FSharp.Control.AsyncSeq: improve the description
1 parent 33b09e2 commit 8a8b10f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Looking to have a more enjoyable experience when consuming a popular .NET librar
103103
## Concurrent, Asynchronous, and Parallel Programming
104104

105105
- [FIO](https://github.com/iyyel/fio) - A type-safe, highly concurrent and asynchronous library for F# based on pure functional programming.
106-
- [FSharp.Control.AsyncSeq](https://github.com/fsprojects/FSharp.Control.AsyncSeq) - Collection of asynchronous programming utilities for F#.
106+
- [FSharp.Control.AsyncSeq](https://github.com/fsprojects/FSharp.Control.AsyncSeq) - Asynchronous sequence support, integration with `IAsyncEnumerable`.
107107
- [FSharp.Control.FusionTasks](https://github.com/kekyo/FSharp.Control.FusionTasks) - F# Async workflow <--> .NET Task/ValueTask easy seamless interoperability library.
108108
- [FSharpx.Async](https://github.com/fsprojects/FSharpx.Async) - Collection of asynchronous programming utilities for F#.
109109
- [Hopac](https://github.com/Hopac/Hopac) - Concurrent ML style concurrent programming library for F#.

0 commit comments

Comments
 (0)