mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 13:21:01 +00:00
handle exit and avoid threads hanging (#137)
* barrier on starting network * handle exit better * give consensus service its own internal exit signal * update comment * remove stop_notifications and fix build
This commit is contained in:
committed by
Arkadiy Paronyan
parent
e253a4cb9f
commit
b6132800b7
@@ -11,6 +11,7 @@ tokio-timer = "0.1.2"
|
||||
error-chain = "0.11"
|
||||
log = "0.3"
|
||||
tokio-core = "0.1.12"
|
||||
exit-future = "0.1"
|
||||
ed25519 = { path = "../../substrate/ed25519" }
|
||||
polkadot-primitives = { path = "../primitives" }
|
||||
polkadot-runtime = { path = "../runtime" }
|
||||
|
||||
Reference in New Issue
Block a user