Replace Tasks generic with Box<dyn TaskExecutor>
#11037
Labels
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
currently we have a few places where we use
Tasks
as generic,we can get rid of this by using
Box<dyn>
including:
reth/crates/node/builder/src/builder/mod.rs
Line 185 in 6688078
Additional context
No response
The text was updated successfully, but these errors were encountered: