Futures 라이브러리와 파이썬 병렬성 구현 - GIL, concurrent.futures
비동기 방식 (asynchrony) Asynchrony, in computer programming, refers to the occurrence of events independent of the main program flow and ways to deal with such events. These may be "outside" events such as the arrival of signals, or actions instigated by a program that take place concurrently with program execution, without the program blocking to wait for results.[1] Asynchronous input/output is an..
개발/python-병렬처리
2022. 5. 12. 19:08