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 @@ -179,7 +179,7 @@ There are more differences:
179179| ** Support ` let! ` ** | All ` task ` -like: ` Async<'T> ` , ` Task<'T> ` , ` ValueTask<'T> ` or any ` GetAwaiter() ` | ` Async<'T> ` only |
180180| ** Support ` do! ` ** | ` Async<unit> ` , ` Task<unit> ` and ` Task ` , ` ValueTask<unit> ` and ` ValueTask ` | ` Async<unit> ` only |
181181| ** Support ` yield! ` ** | ` IAsyncEnumerable<'T> ` , ` AsyncSeq ` , any sequence | ` AsyncSeq ` |
182- | ** Support ` for ` ** | ` IAsyncEnumerable<'T> ` , ` AsyncSeq ` , any sequence | ` AsyncSeq ` any sequence |
182+ | ** Support ` for ` ** | ` IAsyncEnumerable<'T> ` , ` AsyncSeq ` , any sequence | ` AsyncSeq ` , any sequence |
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 ` |
You can’t perform that action at this time.
0 commit comments