Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
Guillem Jara edited this page Oct 4, 2021 · 4 revisions

A cycle is a set of operations that run in parallel using multithreading. Cycles are delimited by ;, like this: cycle1_operation1(arg1) cycle1_operation2(arg1); cycle2_operation1(arg1).

You should continue reading what operations are.

Clone this wiki locally