multiprocessing
multiprocessing — Process-based parallelism
Source code: Lib/multiprocessing/
1. Introduction
multiprocessing
is a package that supports spawning processes using an API similar to the threading
module. The multiprocessing
package offers both local and remote concurrency, effectively side-stepping the 登录查看完整内容