<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Await on 冯威的博客</title><link>https://fwhyy.com/tags/await/</link><description>Recent content in Await on 冯威的博客</description><generator>Hugo</generator><language>zh-CN</language><lastBuildDate>Tue, 01 Dec 2020 09:29:36 +0800</lastBuildDate><atom:link href="https://fwhyy.com/tags/await/atom.xml" rel="self" type="application/rss+xml"/><item><title>C# ：异步编程的注意点</title><link>https://fwhyy.com/2020/12/csharp-points-for-attention-in-asynchronous-programming/</link><pubDate>Tue, 01 Dec 2020 09:29:36 +0800</pubDate><guid>https://fwhyy.com/2020/12/csharp-points-for-attention-in-asynchronous-programming/</guid><description>&lt;p&gt;在上一篇《C#：异步编程中的 async 和 await》 中简单介绍了在 C# 中的异步编程以及 async 和 await 编程模型，本文介绍下异步编程的注意事项，主要有以下几个方面。&lt;/p&gt;</description></item><item><title>C#：异步编程中的 async 和 await</title><link>https://fwhyy.com/2020/11/csharp-async-and-await-in-asynchronous-programming/</link><pubDate>Mon, 16 Nov 2020 09:59:19 +0800</pubDate><guid>https://fwhyy.com/2020/11/csharp-async-and-await-in-asynchronous-programming/</guid><description>&lt;p&gt;async 和 await 在 C# 5.0 就已经引入了，用来处理异步编程，但之前用的相对较少，现在在 dotNet Core 时代，已经使用的非常普遍，很多的开源组件中提供了大量的后缀为 Async （异步）的方法。本文就简单讲讲 async 和 await。&lt;/p&gt;</description></item></channel></rss>