<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Concurrency on Wong&#39;s Blog</title>
    <link>https://blog.wssh.dev/tags/concurrency/</link>
    <description>Recent content in Concurrency on Wong&#39;s Blog</description>
    <generator>Hugo -- 0.146.6</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 01 Dec 2022 23:47:33 +0000</lastBuildDate>
    <atom:link href="https://blog.wssh.dev/tags/concurrency/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Python异步编程实战入门:从概念到实战</title>
      <link>https://blog.wssh.dev/posts/python-asyncio/</link>
      <pubDate>Thu, 01 Dec 2022 23:47:33 +0000</pubDate>
      <guid>https://blog.wssh.dev/posts/python-asyncio/</guid>
      <description>&lt;h2 id=&#34;概述&#34;&gt;概述&lt;/h2&gt;
&lt;p&gt;在Python中存在&lt;code&gt;GIL&lt;/code&gt;机制，该机制保证了在Python中同时间内仅能运行一行代码，这导致了Python无法真正实现多线程。但Python中存在另一种神奇的机制，即异步机制。在计算机领域，我们经常提到异步、并行、多线程等名词，但本文不想讨论这些名词具体的含义，这些对于概念的讨论在很多情况下是无意义的。本文将专注于介绍异步机制，在本文的最后，我们会引入多线程等内容以进一步提高Python性能。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
