Switch to parking_lot RwLock & Mutex. Use trace! for protocol instead of debug! (#42)

* RwLock & parking_lot::Mutex

* upgrade to trace
This commit is contained in:
Lev Kokotov
2022-02-24 08:44:41 -08:00
committed by GitHub
parent b3c8ca4b8a
commit 5972b6fa52
7 changed files with 48 additions and 41 deletions

1
Cargo.lock generated
View File

@@ -364,6 +364,7 @@ dependencies = [
"md-5",
"num_cpus",
"once_cell",
"parking_lot",
"rand",
"regex",
"serde",