prefix-dev / rip

Solve and install Python packages quickly with rip (pip in Rust)
https://prefix.dev
BSD 3-Clause "New" or "Revised" License
655 stars 23 forks source link

Async file locking #126

Closed tdejager closed 11 months ago

tdejager commented 11 months ago

Made the file locking code async. As this cannot block the thread as the previous implementation was doing.