Skip to content

command.concurrent

command dialect

Permit child commands to execute without dependency edges between siblings and join them on exit.

Operation contract

Property Value
Semantic phase executable
Traits UnknownEffects, ImplicitTerminator(command.yield)

Signature

Kind Name Type Cardinality Description
Region body region required Nested command operations and source-level control flow. (single block, terminator command.yield.)

Examples

command.concurrent {
  command.yield
}