python中最簡單的多進程程序

學着。。 #!/usr/bin/env python # -*- coding: utf-8 -*- # Spawn a Process: Chapter 3: Process Based Parallelism import multiprocessing import time def foo(i): name = multiprocessing.current_process()
相關文章
相關標籤/搜索