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
@@ -26,7 +26,6 @@
// our error-chain could potentially blow up otherwise
#![recursion_limit="128"]
extern crate crossbeam_channel;
#[macro_use] extern crate log;
use std::sync::Arc;