Skip to content

Commit c44269b

Browse files
committed
Add external link for async/await overview
1 parent 0457348 commit c44269b

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

src/Documentation/Content/AsynchronousServices.aml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@
1010
for ongoing feature support. This page contains information about several aspects of the asynchronous interfaces
1111
which could result in some confusion during development.
1212
</para>
13+
<para>
14+
Users unfamiliar with asynchronous programming may find the following introduction particularly valuable.
15+
</para>
16+
<list class="bullet">
17+
<listItem>
18+
<para>
19+
<externalLink>
20+
<linkText>Async and Await</linkText>
21+
<linkUri>http://blog.stephencleary.com/2012/02/async-and-await.html</linkUri>
22+
</externalLink>
23+
</para>
24+
</listItem>
25+
</list>
1326
</introduction>
1427

1528
<section address="LanguageSupport">

0 commit comments

Comments
 (0)