uv/crates/once-map
Ibraheem Ahmed 1ffe18d861
Avoid race condition in OnceMap (#3987)
## 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.
2024-06-03 12:25:58 -04:00
..
src Avoid race condition in OnceMap (#3987) 2024-06-03 12:25:58 -04:00
Cargo.toml Parallelize resolver (#3627) 2024-05-17 11:47:30 -04:00