Ctrl+C handling documentation

This commit is contained in:
Roey Darwish Dror
2018-12-31 14:07:55 +02:00
parent 19de361775
commit a404df9c97
5 changed files with 29 additions and 17 deletions

View File

@@ -1,7 +1,9 @@
pub fn running() -> bool {
//! A stub for Ctrl + C handling.
pub fn interrupted() -> bool {
true
}
pub fn set_running(_value: bool) {}
pub fn unset_interrupted() {}
pub fn set_handler() {}