mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-12 13:24:21 +00:00
9a9d391217
* Cosmetics * Must not async wait inside termination `for` loop why: Async-waiting inside a `for` loop will switch to temination process which uncontrollably will modify the for-loop data base. * Avoid `waitFor` in scheduler termination code why: Is reserved for main loop