Closed udoprog closed 4 years ago
While troubleshooting #5 I took the time to rewrite the acquire logic to use an async fn. Wakeup notification is now handled using a oneshot instead of the Waker / AtomicBool pair.
acquire
async
oneshot
Waker
AtomicBool
While troubleshooting #5 I took the time to rewrite the
acquire
logic to use anasync
fn. Wakeup notification is now handled using aoneshot
instead of theWaker
/AtomicBool
pair.