mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-31 00:00:07 +02:00
The signal-hook library got split into lower-level and higher-level parts. The tokio-signal uses only API from the lower-level one, so it can depend on it directly. The only effect of this change is smaller amount of compiled (and unused) code during compilation. There's no change in the code actually used.