Concurrent assignments as well as concurrent procedure calls are transformed into corresponding VHDL processes as described in the VHDL reference manual. In case of an concurrent assignment statement an equivalent VHDL process for a concurrent includes a single wait statement. Hence, no dispatch operation in the head of the ``execution'' function is required. Further, the corresponding C++ process function always returns ``true''.