asyncio是在Python 3.4時引入的非同步模組(Module),使用async及await語法 ... 迴圈(Event Loop)來進行不同任務間的切換執行,達到非同步的執行效果。
確定! 回上一頁