German | English |
strukturierter Parallelismus | structured parallelism (In the Concurrency Runtime, parallel code that is scheduled and finished in the lexical scope from which it starts. Under the structured parallelism model, a task does not finish until its child tasks finish) |
unstrukturierter Parallelismus | unstructured parallelism (In the Concurrency Runtime, parallel code that can start in one context and finish in a different context. For example, a set of tasks in a task group can start in one context, and then finish in a different context) |