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
{{ message }}
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.
The tool does not manage properly a ^C Interruption, possibly corrupting some files (statuses mostly).
We should manage it properly, and do a clean stop in this case.
The text was updated successfully, but these errors were encountered:
- Add required thread tooling for proper interruption management for the
future multi-threaded environment
- Do interruption management through sigaction instead of signal
Addresses issue #35
WIP for issue #24
- Add required thread tooling for proper interruption management for the
future multi-threaded environment
- Do interruption management through sigaction instead of signal
Addresses issue #35
WIP for issue #24
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The tool does not manage properly a ^C Interruption, possibly corrupting some files (statuses mostly).
We should manage it properly, and do a clean stop in this case.
The text was updated successfully, but these errors were encountered: