Reapply "Fix thread starvation caused by not yielding or using an inappropriate thread pool (#2955)"

This reverts commit 1d7c838ae6.
This commit is contained in:
AntsyLich
2026-02-26 18:42:17 +06:00
parent f9f938f5af
commit 0024278f4b
16 changed files with 163 additions and 83 deletions
+2
View File
@@ -11,6 +11,8 @@ The format is a modified version of [Keep a Changelog](https://keepachangelog.co
- `Other` - for technical stuff.
## [Unreleased]
### Improved
- Rework internals for better performance ([@Lolle2000la](https://github.com/Lolle2000la)) ([#2955](https://github.com/mihonapp/mihon/pull/2955))
## [v0.19.4] - 2026-02-25
### Added