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.
Looking for advice? Join the Matrix channel! Now with automatic server status updates.
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.