asyncio
python asyncio的原理?

asyncio这个库就是使用python的yield这个可以打断保存当前函数的上下文的机制,封装好了selector摆脱掉了复杂的回调关系