Signed-off-by: junxiang Mu <1948535941@qq.com>
This commit is contained in:
junxiang Mu
2024-12-29 20:27:05 +08:00
parent 2f5f352f9a
commit a55b45c0ee
+1
View File
@@ -57,6 +57,7 @@ impl Workers {
// 等待直到所有槽都被释放 // 等待直到所有槽都被释放
self.notify.notified().await; self.notify.notified().await;
} }
info!("worker wait end");
} }
pub async fn available(&self) -> usize { pub async fn available(&self) -> usize {