welp turns out it's not actually real

This commit is contained in:
Eliza Weisman
2025-10-21 11:36:21 -07:00
parent 861f9f42fc
commit 8282cb4a4a

View File

@@ -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
}
},