본문 바로가기

Language/Python

python asyncio 참고

https://dojang.io/mod/page/view.php?id=2469

 

 

파이썬 코딩 도장: 47.10 asyncio 사용하기

asyncio(Asynchronous I/O)는 비동기 프로그래밍을 위한 모듈이며 CPU 작업과 I/O를 병렬로 처리하게 해줍니다. 동기(synchronous) 처리는 특정 작업이 끝나면 다음 작업을 처리하는 순차처리 방식이고, 비동

dojang.io

 

반응형

'Language > Python' 카테고리의 다른 글

Python으로 워드프레스 포스트 작성하기  (0) 2020.08.13
python assert  (0) 2020.05.26
python Trie 알고리즘  (0) 2020.04.20
python input  (0) 2020.04.14
python 최소공배수  (0) 2020.04.04