You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Title>Computation expression `taskSeq` for processing IAsyncEnumerable sequences</Title>
8
+
<Title>Computation expression 'taskSeq' for processing IAsyncEnumerable sequences and module functions</Title>
9
9
<Version>$(Version)</Version>
10
10
<Authors>Abel Braaksma; Don Syme</Authors>
11
-
<Description>The `taskSeq` computation expression combines the power of `seq` and `task` of F# 6.0 to work with IAsyncEnumerable sequences seamlessly.
12
-
Build on top of the success of `task` using statically compiled resumable state machines under the hood.</Description>
13
-
<Copyright>Copyright 2022 Abel Braaksma</Copyright>
11
+
<Description>Provides the 'taskSeq' computation expression to support performance and statially optimized async sequences using the new F# 6.0 resumable state machines, similar to 'task'.
12
+
13
+
This library brings C#'s concept of 'await foreach' to F#.</Description>
0 commit comments