1ffe18d861
## Summary Fixes a race condition in `OnceMap::wait_blocking` where the inserted value could potentially be missed, leading to a deadlock. Fairly certain this will resolve https://github.com/astral-sh/uv/issues/3724.