ethcore-io retries failed work steal (#9651)

* ethcore-io uses newer version of crossbeam && retries failed work steal

* ethcore-io non-mio service uses newer crossbeam
This commit is contained in:
Marek Kotewicz
2018-09-29 21:25:16 +01:00
committed by Afri Schoedon
parent 2d44b3ebea
commit ebaa43fa4c
7 changed files with 30 additions and 29 deletions

View File

@@ -693,7 +693,6 @@ impl Engine<EthereumMachine> for Tendermint {
}
fn stop(&self) {
self.step_service.stop()
}
fn is_proposal(&self, header: &Header) -> bool {