index
:
happylock
main
Deadlock-free synchronization primitives in Rust
Mica White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mutex
/
mutex.rs
Age
Commit message (
Expand
)
Author
2025-03-29
Clean up existing documentation
Botahamec
2025-03-12
Add unwind handling for scoped locks
Mica White
2025-03-09
Finish testing and fixing
Mica White
2025-02-28
Scoped lock API
Botahamec
2025-02-05
Tests and optimization
Botahamec
2025-01-12
More unit tests
Botahamec
2025-01-05
Remove silly lifetime from Mutex::try_lock
Botahamec
2024-12-26
Documentation
Mica White
2024-12-26
Commenting
Mica White
2024-12-26
Rename kill to poison
Mica White
2024-12-25
as_mut re-organization
Mica White
2024-12-25
Move some logic into the Sharable trait
Mica White
2024-12-25
try_lock returns a Result
Mica White
2024-12-23
Remove scopeguard
Mica White
2024-12-23
Utilize mutex death
Mica White
2024-12-21
Implement lock death, but without any usages
Botahamec
2024-12-20
Fix clippy issues
Botahamec
2024-12-01
Unit testing
Mica White
2024-05-23
Comments
Botahamec
2024-05-22
Implemented necessary traits
Botahamec
2024-03-13
Lockable overhaul
Mica White
2024-03-11
More trait bound fixes
Mica White
2024-03-11
Fix trait bounds
Mica White
2024-03-11
Documentation
Mica White
2024-03-10
implement Debug
Mica White
2024-03-10
Reorganization
Mica White