Handle SIGINT #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fetcher's may take a lot of time in some cases. We should implement a SIGINT signal handler that sets some atomic bool and PlatformAPI should check for that.
I think, a good place to check for such a global bool might be every fetch call in PlatformAPI.