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
/
lockable.rs
Age
Commit message (
Expand
)
Author
2025-02-05
Tests and optimization
Botahamec
2025-01-06
Fix documentation
Botahamec
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-23
Fix inifinite loop
Mica White
2024-12-21
Implement lock death, but without any usages
Botahamec
2024-12-20
Fix clippy issues
Botahamec
2024-12-19
Finish unit testing
Botahamec
2024-12-01
Unit testing
Mica White
2024-09-27
More implementations of LockableIntoInner and LockableAsMut
Botahamec
2024-09-27
Document LockableAsMut and LockableIntoInner
Botahamec
2024-09-26
Better into_inner and get_mut implementations
Botahamec
2024-05-23
Comments
Botahamec
2024-05-22
Documentation
Botahamec
2024-05-22
Documentation for types
Botahamec
2024-05-21
Sharable API
Botahamec
2024-05-21
Fix the Dining Philosophers Problem
Botahamec
2024-05-21
read-lock changes
Mica White
2024-03-16
retry lock collection
Mica White
2024-03-13
Lockable overhaul
Mica White
2024-03-13
Performance improvement
Mica White
2024-03-10
Better librarification
Mica White
2024-03-10
OwnedLockable
Mica White
2024-03-09
Pointer checks
Mica White
2024-03-09
RwLock
Mica White
2024-03-09
Add more lockable tuples
Mica White
2024-03-09
lockable improvements
Mica White
2024-03-09
Add Vec as a lockable type
Mica White
2024-03-09
docs
Mica White
2024-03-08
Add some methods
Mica White
2024-03-08
Allow moves
Mica White
2024-03-08
Keyable
Mica White
2024-03-08
Replace ownership with mutable access
Mica White
2024-03-07
reorganization
Mica White