Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 661 Bytes

remote_function.rst

File metadata and controls

22 lines (15 loc) · 661 Bytes
orphan:

PyMpRemoteFunction

The class is specific implementation of :py:class:`~unidist.core.base.remote_function.RemoteFunction` class using Python Multiprocessing backend.

The :py:class:`~unidist.core.backends.pymp.remote_function.PyMpRemoteFunction` implements internal method :py:meth:`~unidist.core.backends.pymp.remote_function.PyMpRemoteFunction._remote` that transmites execution of operations to Python Multiprocessing.

API

.. autoclass:: unidist.core.backends.pymp.remote_function.PyMpRemoteFunction
  :members:
  :private-members: