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

View File

@ -27,5 +27,12 @@ tracing.workspace = true
thiserror.workspace = true
dyn-clone = "1.0"
# feature `rayon`
rayon = { workspace = true, optional = true }
pin-project = { workspace = true, optional = true }
[dev-dependencies]
tokio = { workspace = true, features = ["sync", "rt", "rt-multi-thread", "time", "macros"] }
[features]
rayon = ["dep:rayon", "pin-project"]