You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
maxfisher-g
changed the title
Figure out how to interrupt long-running package functions during automated executionq
Figure out how to interrupt long-running package functions during automated execution
Jun 20, 2023
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
The text was updated successfully, but these errors were encountered: