This repository was archived by the owner on Nov 6, 2020. It is now read-only.
refactor the way tasks are scheduled in event-loop #8186
Labels
F6-refactor 📚
Code needs refactoring.
M4-core ⛓
Core client code / Rust.
P5-sometimesoon 🌲
Issue is worth doing soon.
Milestone
after #8185
Current design requires us to define all tasks types in a single place in
ClientIoMessage
. It makes it difficult to modularizeethcore
. Let's think how we could refactor that so tasks could be scheduled without the need of defining them in a single place.cc @tomaka @0x7CFE
The text was updated successfully, but these errors were encountered: