共 1 篇文章
multiprocessing 是 Python 标准库的多进程模块,绕过 GIL 限制实现真正的并行计算。
官方文档:https://docs.python.org/3/library/multiprocessing.html