[공부용]참고 사이트 모음/[python]

Python 3, asyncio와 놀아보기 - 스크랩

bled 2021. 5. 16. 20:54

https://tech.ssut.me/python-3-play-with-asyncio/

 

Python 3, asyncio와 놀아보기

Explicit and implicit concurrency in Python. cooperative multitasking in Python. Asyncio (PEP-3156) Asyncio는 Python 3.4에 새로 추가된 라이브러리로 이름 그대로 파이썬에서 비동기 IO를 통해 조금 더 효율적으로 동시에

tech.ssut.me