/python_multiprocessing_example

Example of python multiprocessing with shared global data and return queue for future references

Primary LanguagePython

python_multiprocessing_example

This repo shows a multiprocessing example. The processes share a global list, have process-specific arguments, and return values through a queue.