diff --git a/src/ext/sync.rs b/src/ext/sync.rs index ac5f538..7dbd623 100644 --- a/src/ext/sync.rs +++ b/src/ext/sync.rs @@ -5,6 +5,9 @@ use std::sync::atomic::AtomicBool; use std::mem::MaybeUninit; use std::cell::UnsafeCell; +// This was a failure. Just use `tokio::sync::oneshot`... + +/* #[derive(Debug)] struct SharedInitialiser { @@ -95,3 +98,4 @@ impl SharedInitRx Arc::strong_count(&self.0.data) == 2 } } +*/