mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-10 14:32:50 +02:00
feat: Enable hardware-lock-elision and deadlock_detection
This commit is contained in:
parent
1c985c59f5
commit
f593cac58a
2 changed files with 30 additions and 0 deletions
|
@ -517,6 +517,7 @@ version = "1.0"
|
|||
|
||||
[workspace.dependencies.parking_lot]
|
||||
version = "0.12.4"
|
||||
features = ["hardware-lock-elision", "deadlock_detection"] # TODO: Check if deadlock_detection has a perf impact, if it does only enable with debug_assertions
|
||||
|
||||
# Use this when extending with_lock::WithLock to parking_lot
|
||||
[workspace.dependencies.lock_api]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue