Asynchronous Unix signal handling backed by futures, part of the Tokio ecosystem.
# Cargo.toml
[dependencies]
tokio-signal = "0.2.9"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Listen for SIGINT signal asynchronously.
Replace `tokio-signal` with `tokio::signal` (requires Tokio 0.2+).
No dependency data recorded yet.