Skip to content

Commit bc8aa65

Browse files
authored
updating for an alternative (#3588)
1 parent 2dc7a95 commit bc8aa65

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

uwp/cpp-and-winrt-apis/concurrency-3.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
---
22
description: Shows how you can author and consume your own completion source class.
33
title: A completion source sample
4-
ms.date: 07/09/2021
4+
ms.date: 05/22/2023
55
ms.topic: article
66
keywords: windows 10, uwp, standard, c++, cpp, winrt, projection, concurrency, async, asynchronous, asynchrony, TaskCompletionSource
77
ms.localizationpriority: medium
88
---
99

1010
# A completion source sample
1111

12+
> [!NOTE]
13+
> As an alternative to the sample code in this topic, there's the source code for a production-ready version of a task completion source implementation in the [cpp-async](https://github.com/Microsoft/cpp-async) GitHub repo.
14+
1215
This topic demonstrates how you can author and consume your own completion source class, similar to .NET's [**TaskCompletionSource**](/dotnet/api/system.threading.tasks.taskcompletionsource-1).
1316

1417
## Source code for the **completion_source** sample

0 commit comments

Comments
 (0)