.. module:: multiprocessing
:synopsis: Process-based "threading" interface.
-.. versionadded:: 2.6
-
:mod:`multiprocessing` is a package for the Python language which supports the
spawning of processes using a similar API of the :mod:`threading` module. It
runs on both Unix and Windows.
You will need to have private key authentication for all hosts configured for
this to work.
-.. literalinclude:: ../includes/mp_distributing.py
\ No newline at end of file
+.. literalinclude:: ../includes/mp_distributing.py