Skip to content

ModelEntities WorkerProcess

mitchell-conrad edited this page Feb 5, 2021 · 2 revisions

Table of Contents

WorkerProcess

A WorkerProcess entity represents an item of work to be done. This is the main building block for constructing dynamic workload for a ComponentImpl. Documentation for each worker can be found at Worker Process.

Workers

MEDEA utilizes libraries of C++ code contained in WorkerProcess to provide accurate and easy to use workload in ComponentImpls. Each worker contains many functions which can be used in any combination.

Parent

Can be adopted by any of the below entities

Children

Can adopt any of the below entities.

Clone this wiki locally