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
Remove an example, add a test for multiple handler registration
The `simple` example was a bit too simple with no easy way to shut down
the executable. I feel that the readme example does a better job
explaining this crate anyway, so removed the `simple` example.
Bump version number to 3.0.1
Add a feature flag `termination`
This feature flag allows the users to set the handler for SIGTERM as well as SIGINT.
The flag only affects Linux at the moment.