This control flow emulates parallel processing by executing a fragment of each process in each cycle. The main program has a list of all modules. All modules have an "Update" function. The control loop executes control cycles, endlessly. Every control cycle, it calls the the Update functions of all modules, thus creating the illusion of parallelness.

Command structure: Control Loop; Order of execution: Parallel.