We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9dbefe commit f4c58f0Copy full SHA for f4c58f0
special/src/primitive/atomic_waker_examples.rs
@@ -48,6 +48,7 @@ impl Future for Flag {
48
}
49
50
51
+// extraced from futures::task::AtomicWaker
52
pub fn atomic_waker_example() {
53
smol::block_on(async {
54
let flag = Flag::new();
0 commit comments