runtime: fix race condition during the blocking pool shutdown (#7922)

This commit is contained in:
ADD-SP
2026-02-23 22:50:27 +01:00
committed by GitHub
parent d81e8f0acb
commit f21f2693f0
4 changed files with 76 additions and 9 deletions
+3
View File
@@ -1,3 +1,6 @@
R-loom-blocking:
- tokio/src/runtime/blocking/*
- tokio/src/runtime/blocking/**/*
R-loom-sync:
- tokio/src/sync/*