mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 03:31:10 +00:00
Convert SyncingEngine::run to use tokio::select! instead of polling (#2132)
This commit is contained in:
@@ -30,6 +30,7 @@ schnellru = "0.2.1"
|
||||
smallvec = "1.11.0"
|
||||
thiserror = "1.0"
|
||||
tokio-stream = "0.1.14"
|
||||
tokio = { version = "1.32.0", features = ["time", "macros"] }
|
||||
fork-tree = { path = "../../../utils/fork-tree" }
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus" }
|
||||
sc-client-api = { path = "../../api" }
|
||||
|
||||
Reference in New Issue
Block a user