mirror of
https://github.com/logos-storage/nim-chronos.git
synced 2026-01-07 07:53:09 +00:00
This reverts commit e45ef32b5b7b1ed49ffcc52f39f42b7c30fab564. Metrics implemented this way, with a lock inside the otherwise tight event loop are not consistent with the chronos architecture that for good or bad uses thread local variables to avoid them - the solution does not have rough consensus behind it, and other avenues should be explored for this generally useful functionality.