We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0457348 commit c44269bCopy full SHA for c44269b
1 file changed
src/Documentation/Content/AsynchronousServices.aml
@@ -10,6 +10,19 @@
10
for ongoing feature support. This page contains information about several aspects of the asynchronous interfaces
11
which could result in some confusion during development.
12
</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
19
+ <externalLink>
20
+ <linkText>Async and Await</linkText>
21
+ <linkUri>http://blog.stephencleary.com/2012/02/async-and-await.html</linkUri>
22
+ </externalLink>
23
24
+ </listItem>
25
+ </list>
26
</introduction>
27
28
<section address="LanguageSupport">
0 commit comments