Skip to content

added feature run_until_exception

In this feature the function run_until_exception was implemented. The function dfg.execute_once() is executed in a while loop until an exception is thrown. In this case the while loop will be terminated.

Merge request reports