uv/crates/puffin-cli
konsti 6005d7a552
Keep track of in flight unzips using OnceMap (#544)
I saw warnings when we were e.g. unzipping wheel and setuptools in two
tasks at the same time. We now keep track of in flight unzips.

This introduces a `OnceMap` abstraction which we also use in the
resolver.
2023-12-08 20:18:11 +00:00
..
src Keep track of in flight unzips using OnceMap (#544) 2023-12-08 20:18:11 +00:00
tests Add --reinstall flag to pip-sync (#590) 2023-12-08 19:58:42 +00:00
Cargo.toml Keep track of in flight unzips using OnceMap (#544) 2023-12-08 20:18:11 +00:00