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 @@ -176,7 +176,7 @@ There are more differences:
176176| ** Underlying type** | ` System.Collections.Generic.IAsyncEnumerable<'T> ` | Its own type, also called ` IAsyncEnumerable<'T> ` , but not compatible |
177177| ** Implementation** | State machine (statically compiled) | No state machine, continuation style |
178178| ** Semantics** | ` seq ` -like: on-demand | ` seq ` -like: on-demand |
179- | ** Support ` let! ` ** | All ` task ` -like: ` Async<'T> ` , ` ValueTask <'T>` , ` Task <'T>` or any ` GetAwaiter() ` | ` Async<'T> ` only |
179+ | ** 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 ` |
182182| ** Support ` for ` ** | ` IAsyncEnumerable<'T> ` , ` AsyncSeq ` , any sequence | ` AsyncSeq ` any sequence |
You can’t perform that action at this time.
0 commit comments