-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enable CTRL-C in rust code? #40
Comments
+1! a potential approach using Arc in
Then, in each function, use this loop:
|
if reading zips to pathlists, need to make sure temp_dir gets properly deleted. It should happen automatically when the variable goes out of scope, but maybe include a |
so there's a much simpler way via pyo3! I just enabled this in the
|
While running
|
my guess is that this behavior is related to Rust multithreaded apps not responding to signals properly, which is why I suggested colton post it here ;) |
No description provided.
The text was updated successfully, but these errors were encountered: