-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Labels
enhancementNew feature or requestNew feature or requestlevel/hardrustPull requests that update Rust codePull requests that update Rust code
Description
Describe the feature
loom is a testing tool for concurrent Rust code.
Check the doc: https://docs.rs/loom/latest/loom/
Why do you need this feature?
Due to the previous deadlock bug:
- fix: hold one lock at a time to avoid the deadlock in nested function #316
- fix: resolve deadlock when lots of client requests closed before response #311
Additional context
Copilot
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestlevel/hardrustPull requests that update Rust codePull requests that update Rust code