chore(task): move blocking pool to reth-tasks (#6929)

This commit is contained in:
Roman Krasiuk
2024-03-03 13:02:05 +01:00
committed by GitHub
parent ef7ce3601f
commit 1c6c80452e
17 changed files with 55 additions and 50 deletions

3
Cargo.lock generated
View File

@@ -6705,7 +6705,6 @@ dependencies = [
"metrics",
"pin-project",
"rand 0.8.5",
"rayon",
"reqwest",
"reth-consensus-common",
"reth-interfaces",
@@ -6933,6 +6932,8 @@ dependencies = [
"dyn-clone",
"futures-util",
"metrics",
"pin-project",
"rayon",
"reth-metrics",
"thiserror",
"tokio",