AsyncIo는 비동기 I/O Coroutine 작업을 해준다.

하나의 라이브러리인데 3.3에서는 pip install asyncio로 다운로드 할 수 있으며

3.4 부터 라이브러리에 탑재 되어 있다.

asyncio - Asynchronous I/O - Python 3.9.1 documentation

Blocking I/O , Non Blocking I/O

내가 쓸 함수도 비동기로 구현해야한다.

최종정리

실습


응용 코드