Moving the signal handler setup and wait to a separate function will allow us to eventually create platform-specific implementations. Windows doesn't have SIGINT/SIGTERM, so we will need different logic if we ever want to support that OS. |
||
---|---|---|
src | ||
.gitattributes | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
rustfmt.toml |