Revert "Use SpawnTaskHandles for spawning tasks in the tx pool (#8958)" (#8983)

This reverts commit 84e402389b.
This commit is contained in:
Ashley
2021-06-01 17:14:33 +02:00
committed by GitHub
parent bf229f0ba4
commit c408515501
5 changed files with 31 additions and 12 deletions
+17
View File
@@ -2059,6 +2059,22 @@ dependencies = [
"num_cpus",
]
[[package]]
name = "futures-diagnose"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdcef58a173af8148b182684c9f2d5250875adbcaff7b5794073894f9d8634a9"
dependencies = [
"futures 0.1.31",
"futures 0.3.13",
"lazy_static",
"log",
"parking_lot 0.9.0",
"pin-project 0.4.27",
"serde",
"serde_json",
]
[[package]]
name = "futures-executor"
version = "0.3.13"
@@ -8100,6 +8116,7 @@ version = "3.0.0"
dependencies = [
"assert_matches",
"futures 0.3.13",
"futures-diagnose",
"hex",
"intervalier",
"log",