Skip to content

Commit c60324f

Browse files
carlossanlopmairaw
authored andcommitted
Document namespace System.Threading.Tasks.Sources (#3231)
1 parent 7f6c225 commit c60324f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Namespace Name="System.Threading.Tasks.Sources">
22
<Docs>
3-
<summary>To be added.</summary>
3+
<summary>Provides types for creating <see cref="T:System.Threading.Tasks.ValueTask" /> and <see cref="T:System.Threading.Tasks.ValueTask`1" /> optimized to minimize allocations. The <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource" /> and <see cref="T:System.Threading.Tasks.Sources.IValueTaskSource`1" /> interfaces can be implemented on objects used to provide the backing implementations for <see cref="T:System.Threading.Tasks.ValueTask" /> and <see cref="T:System.Threading.Tasks.ValueTask`1" />, and <see cref="T:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1" /> can be used to implement the core logic necessary to support the task lifecycle. These are advanced types and need only be used in specialized situations where performance is paramount.</summary>
44
<remarks>To be added.</remarks>
55
</Docs>
66
</Namespace>

0 commit comments

Comments
 (0)