From a55b45c0ee8912e7d622a7b9e907eabccf75a40a Mon Sep 17 00:00:00 2001 From: junxiang Mu <1948535941@qq.com> Date: Sun, 29 Dec 2024 20:27:05 +0800 Subject: [PATCH] tmp 5 Signed-off-by: junxiang Mu <1948535941@qq.com> --- common/workers/src/workers.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/common/workers/src/workers.rs b/common/workers/src/workers.rs index e33ebd75..bd12d928 100644 --- a/common/workers/src/workers.rs +++ b/common/workers/src/workers.rs @@ -57,6 +57,7 @@ impl Workers { // 等待直到所有槽都被释放 self.notify.notified().await; } + info!("worker wait end"); } pub async fn available(&self) -> usize {