maestro icon indicating copy to clipboard operation
maestro copied to clipboard

Introduce parallelism

Open CThuleHansen opened this issue 4 years ago • 0 comments

The idea for parallelism is:

||{
   {
      BLOCK A
   }
   {
      BLOCK B
   }
}

where Block A and Block B will run in parallel.

CThuleHansen avatar Feb 11 '21 08:02 CThuleHansen