openethereum/evmbin/src
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
..
display Refactor evm Instruction to be a c-like enum (#8914) 2018-06-27 13:33:32 +02:00
info.rs EVM benchmark utilities (#8944) 2018-06-25 11:21:45 +02:00
main.rs Attempt to graceful shutdown in case of panics (#8999) 2018-07-02 11:53:50 +02:00