hawkw / mycelium

🍄 an alleged 'operating system'
https://mycelium.elizas.website
MIT License
548 stars 20 forks source link

feat(maitake): add `WaitCell::subscribe` and `poll_wait` #456

Closed hawkw closed 1 year ago

hawkw commented 1 year ago

This branch rewrites the maitake::sync::WaitCell type a bit to fix potential lost wakeups accidentally introduced in #453. In addition, it changes the API a bit:

Closes #455

hawkw commented 1 year ago

okay, you know what? this PR was the worst thing that's ever happened to me. i'm going to give up on trying to write a test to reproduce the last problem.