Figure out how to interrupt long-running package functions during automated execution
maxfisher-g opened this issue · 0 comments
maxfisher-g commented
In #730, code was added to automatically execute package functions and instantiate classes from the package under analysis. However, there needs to be a way to interrupt the calls to the package code in case they hang.
This is relatively easy in Python with signals, but not in JS/node, because signals work differently. Some more thought needs to be given to a JS solution