morpheus.stages.general.multi_processing_stage#

Classes

MultiProcessingBaseStage(*, c, ...[, ...])

Base class for all MultiProcessing stages that make use of the SharedProcessPool.

MultiProcessingStage(*, c, unique_name, ...)

A derived class of MultiProcessingBaseStage that allows the user to define a process function that will be executed based on shared process pool.