Commit 2c5481f
committed
Clarify AsyncIterator use case in template return type guide
The previous description implied AsyncIterator was needed for any async
work, which is wrong -- all template forms support async functions.
The distinguishing characteristic is streaming/dynamic number of outputs.1 parent fa212fe commit 2c5481f
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
884 | 884 | | |
885 | 885 | | |
886 | 886 | | |
887 | | - | |
| 887 | + | |
888 | 888 | | |
889 | | - | |
| 889 | + | |
890 | 890 | | |
891 | 891 | | |
892 | 892 | | |
| |||
0 commit comments