File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ There are more differences:
183183| ** Behavior with ` yield ` ** | Zero allocations; no ` Task ` or even ` ValueTask ` created | Allocates an F# ` Async ` wrapped in a singleton ` AsyncSeq ` |
184184| ** Conversion to other** | ` TaskSeq.toAsyncSeq ` | ` AsyncSeq.toAsyncEnum ` |
185185| ** Conversion from other** | Implicit (` yield! ` ) or ` TaskSeq.ofAsyncSeq ` | ` AsyncSeq.ofAsyncEnum ` |
186- | ** Recursion in ` yield! ` ** | No (requires F# support, upcoming) | Yes |
186+ | ** Recursion in ` yield! ` ** | ** No ** (requires F# support, upcoming) | Yes |
187187| ** Based on F# concept of** | ` task ` | ` async ` |
188188| ** ` MoveNextAsync ` ** | ` ValueTask<bool> ` | ` Async<'T option> ` |
189189| ** ` Current ` internals** | ` ValueOption<'T> ` | ` Option<'T> ` |
You can’t perform that action at this time.
0 commit comments