Skip to content

Commit cee4bc4

Browse files
Add Task.WhenEach to See also section
1 parent fa8ce62 commit cee4bc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/csharp/asynchronous-programming/start-multiple-async-tasks-and-process-them-as-they-complete.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,5 @@ The following code is the complete text of the *Program.cs* file for the example
203203
## See also
204204

205205
- <xref:System.Threading.Tasks.Task.WhenAny%2A>
206+
- <xref:System.Threading.Tasks.Task.WhenEach%2A>
206207
- [Asynchronous programming with async and await (C#)](index.md)

0 commit comments

Comments
 (0)