Use a background task instead of a thread for the import queue (#2909)

* Use a background task instead of a thread for the import queue

* Update Cargo.locks

* Comment
This commit is contained in:
Pierre Krieger
2019-06-21 15:46:26 +02:00
committed by Gavin Wood
parent 1af51f4234
commit f45cfb0d16
7 changed files with 72 additions and 82 deletions
+1 -1
View File
@@ -2783,7 +2783,6 @@ dependencies = [
name = "substrate-consensus-common"
version = "2.0.0"
dependencies = [
"crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
"derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
"libp2p 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2795,6 +2794,7 @@ dependencies = [
"sr-version 2.0.0",
"substrate-inherents 2.0.0",
"substrate-primitives 2.0.0",
"tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
]