Activity 4: Asynchronous Programming with asyncio
摘要
In this chapter, we’ll be using the asyncio library to do some asynchronous programming. This library has enjoyed enormous success, and even though it’s new, it has quickly become a Python programming staple—so much so that it has displaced other libraries such as asyncore and taken its rightful place in the standard library.