Lea-fish / Leafish

A minecraft-like multi version client implemented in Rust.
Apache License 2.0
813 stars 46 forks source link

Replace remaining std RwLocks and Mutexes #161

Open terrarier2111 opened 3 years ago

terrarier2111 commented 3 years ago

The majority of RwLocks/Mutexes we are currently using are from parking_lot, let's replace the remaining std ones

terrarier2111 commented 3 years ago

Fixed in https://github.com/Lea-fish/Leafish/tree/improve-data-struct-usage - merge this!