Detegr / rust-ctrlc

Easy Ctrl-C handler for Rust projects
https://crates.io/crates/ctrlc
Other
599 stars 79 forks source link

Counter implementation #32

Closed Detegr closed 6 years ago

Detegr commented 7 years ago

This is a (*nix-only for now) implementation for #27. @henninglive if you could find the time to read this through and give your comments.

Detegr commented 6 years ago

Closing in favor of separate counter and channel implementations (with proper Windows support).