﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4776	threaded for loop outside of list	Willi Braun	Martin Sjölund	"It is possible to use threaded for loop in lists, something like:
{{{
out = list( func(e,v) threaded for e in inEqns, v in inVars);
}}}

Wouldn't it be also nice to have such construct in regular loop, something like:
{{{
equation
  threaded for e in inEqns, v in inVars loop
    extraArgs = traverserStrongComponents({e}, {v}, {}, {}, extraArgs);
  end for; 
}}}
"	enhancement	closed	normal	Future	MetaModelica		duplicate		
