Skip to content

Commit 8d5f7bf

Browse files
authored
Update Task.xml (dotnet#8609)
Added link to "Task-based asynchronous pattern (TAP) in .NET: Introduction and overview" in the "See Also" section
1 parent fd1ea3c commit 8d5f7bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xml/System.Threading.Tasks/Task.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@
173173
<threadsafe>All members of <see cref="T:System.Threading.Tasks.Task" />, except for <see cref="M:System.Threading.Tasks.Task.Dispose" />, are thread-safe and may be used from multiple threads concurrently.</threadsafe>
174174
<altmember cref="T:System.Threading.Tasks.Task`1" />
175175
<related type="Article" href="/dotnet/standard/parallel-programming/task-parallel-library-tpl">Task Parallel Library (TPL)</related>
176+
<related type="Article" href="/dotnet/standard/asynchronous-programming-patterns/task-based-asynchronous-pattern-tap">Task-based asynchronous pattern (TAP) in .NET: Introduction and overview</related>
176177
<related type="Article" href="/dotnet/standard/parallel-programming/task-based-asynchronous-programming">Task-based Asynchronous Programming</related>
177178
<related type="ExternalDocumentation" href="https://aka.ms/dotnet-parallel-samples">Samples for Parallel Programming with the .NET Core and .NET Standard</related>
178179
</Docs>

0 commit comments

Comments
 (0)