From 8282cb4a4a8dba7745075e595858023f2de87b2b Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Tue, 21 Oct 2025 11:36:21 -0700 Subject: [PATCH] welp turns out it's not actually real --- tokio/src/sync/tests/loom_semaphore_batch.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tokio/src/sync/tests/loom_semaphore_batch.rs b/tokio/src/sync/tests/loom_semaphore_batch.rs index a606327af..c073c8e63 100644 --- a/tokio/src/sync/tests/loom_semaphore_batch.rs +++ b/tokio/src/sync/tests/loom_semaphore_batch.rs @@ -74,6 +74,7 @@ fn cap_one() { Poll::Pending => { eprintln!("thread {th} dropping acquire while pending"); should_release = false; + cx.waker().wake_by_ref(); Poll::Pending } },