Replace keyforkd cleanup signal handling with a matcher on SIGTERM, SIGKILL, SIGINT #68
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
Currently, tokio uses the cross-platform
tokio::signal::ctrl_c()
future. We can bypass it, since we only intend to run Keyfork on UNIX-y systems (since it uses UNIX sockets).