openethereum/ethkey/cli
Wei Tang a1a002f4da Attempt to graceful shutdown in case of panics (#8999)
* Handle graceful shutdown with unwinding

* Fix a race condition

* Avoid double exit deadlock

* typo: fix docs

* Fix ethkey cli compilation

* Fix all other cases panic_hook::set -> panic_hook::set_abort

* struct fields do not need to be public

* Add comments on why exiting AtomicBool is needed
2018-07-02 11:53:50 +02:00
..
src Attempt to graceful shutdown in case of panics (#8999) 2018-07-02 11:53:50 +02:00
Cargo.toml Moved panick_hook to util/panic_hook (#7629) 2018-01-20 20:28:25 +01:00