mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 00:01:03 +00:00
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:
committed by
Gavin Wood
parent
1af51f4234
commit
f45cfb0d16
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user