openethereum/ethcore/service
David d2120ded56 Add a way to signal shutdown to snapshotting threads (#10744)
* Add a way to signal shutdown to snapshotting threads

* Pass Progress to fat_rlps() so we can abort from there too.

* Checking for abort in a single spot

* Remove nightly-only weak/strong counts

* fix warning

* Fix tests

* Add dummy impl to abort snapshots

* Add another dummy impl for TestSnapshotService

* Remove debugging code

* Return error instead of the odd Ok(())
Switch to AtomicU64
2019-06-19 10:13:09 +02:00
..
src Add a way to signal shutdown to snapshotting threads (#10744) 2019-06-19 10:13:09 +02:00
Cargo.toml Die error_chain, die (#10747) 2019-06-17 08:44:59 +02:00