From 834df5adbb73d2fcb227e8a243ed7d917853ccdb Mon Sep 17 00:00:00 2001 From: firstadream Date: Sun, 6 Nov 2016 21:09:45 +0800 Subject: [PATCH] Update 20161030 I dont understand Pythons Asyncio.md --- sources/tech/20161030 I dont understand Pythons Asyncio.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sources/tech/20161030 I dont understand Pythons Asyncio.md b/sources/tech/20161030 I dont understand Pythons Asyncio.md index f63d58f24f..74339e06ba 100644 --- a/sources/tech/20161030 I dont understand Pythons Asyncio.md +++ b/sources/tech/20161030 I dont understand Pythons Asyncio.md @@ -1,3 +1,5 @@ +Translating by firstadream + # I don't understand Python's Asyncio Recently I started looking into Python's new [asyncio][4] module a bit more. The reason for this is that I needed to do something that works better with evented IO and I figured I might give the new hot thing in the Python world a try. Primarily what I learned from this exercise is that I it's a much more complex system than I expected and I am now at the point where I am very confident that I do not know how to use it properly.