niznik-p / test-mp-pool

A script showing how to use multiprocessing's pool and map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test-mp-pool

A script showing how to use multiprocessing's pool and map

Sample Calls

With process number output:

python main.py -n 2

Without process number output:

python main.py -n 4 --quiet

About

A script showing how to use multiprocessing's pool and map

License:MIT License


Languages

Language:Python 100.0%