vimpunk / cratetorrent

A BitTorrent V1 engine library for Rust (and currently Linux)
459 stars 32 forks source link

Consider using parking_lot locks where they aren't held across await points #81

Open vimpunk opened 3 years ago

vimpunk commented 3 years ago

This is probably more optimal too, as per https://github.com/tokio-rs/mini-redis/blob/master/src/db.rs#L29.