issues
search
Detegr
/
rust-ctrlc
Easy Ctrl-C handler for Rust projects
https://crates.io/crates/ctrlc
Other
599
stars
79
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
documentation for SIGTERM handling?
#21
droundy
closed
7 years ago
1
use sigaction instead of signal
#20
lilydjwg
closed
7 years ago
9
Implement std::error::Error for ctrlc::Error
#19
drusellers
closed
7 years ago
2
Use correct calling convention for os_handler on nix
#18
henninglive
closed
7 years ago
3
Incorrect os_handler() signature
#17
henninglive
closed
7 years ago
0
Use sigaction without SA_RESTART instead?
#16
lilydjwg
closed
1 year ago
5
Use in conjunction with console input
#15
MasonRemaley
closed
7 years ago
2
`Init("sem_init failed")` on macOS
#14
MasonRemaley
closed
7 years ago
10
Polling free implementation using semaphores
#13
henninglive
closed
7 years ago
8
Please support using signals
#12
joshtriplett
closed
7 years ago
1
Make it work inside `cargo run`
#11
dns2utf8
closed
7 years ago
4
can it be made working in msys64 as well? seems to work in windows cmd only.
#10
emabee
closed
1 year ago
6
Export straight functions rather than a singleton struct therewith
#9
nabijaczleweli
closed
8 years ago
1
remove fn #[repr(C)]
#8
quininer
closed
8 years ago
1
Catching SIGTERM on linux
#7
tomusdrw
closed
8 years ago
6
Async-signal safety, race condition, spurious wakeups
#6
ghost
closed
8 years ago
3
Relicense under dual MIT/Apache-2.0
#5
emberian
closed
8 years ago
3
Reset DONE status after a successful wait
#4
dagit
closed
9 years ago
2
Weird behavior with examples
#3
dagit
closed
9 years ago
0
Fix Windows code
#2
retep998
closed
9 years ago
4
Prone to spurious calling of the handler
#1
retep998
closed
9 years ago
1
Previous