issues
search
kimpro82
/
MyPractice
Born in October and learn like octopus
0
stars
0
forks
source link
Python : `asyncio` - Compare Sync. Function Handling and Full Async. Requests
#318
Closed
kimpro82
closed
2 months ago
kimpro82
commented
2 months ago
Review of how to reuse synchronous code within an asynchronous context
Using
asyncio.loop.run_in_executor()
References
seonghun's blog
/
asyncio 에서 동기 함수를 비동기함수 처럼 사용하는 법
파이썬 표준 라이브러리
»
네트워킹과 프로세스 간 통신
»
asyncio — 비동기 I/O
»
이벤트 루프
>
asyncio.loop.run_in_executor()
asyncio.loop.run_in_executor()
asyncio.loop.run_in_executor()