refactor: replace tokio::task::spawn_blocking with AsyncHandler::spawn_blocking for improved task management

This commit is contained in:
Tunglies
2025-08-22 03:52:30 +08:00
parent e4c243de2d
commit 6d112c387d
6 changed files with 28 additions and 12 deletions

View File

@@ -1,6 +1,8 @@
## v2.4.1
Something Should Be Done
### 🚀 性能优化
- 优化异步程序性能
## v2.4.0