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
Age
Commit message (
Expand
)
Author
2024-03-08
Keyable
Mica White
2024-03-08
Replace ownership with mutable access
Mica White
2024-03-07
docs
Mica White
2024-03-07
reorganization
Mica White
2024-03-07
This wasn't possible to implement
Botahamec
2024-03-06
Array locks
Botahamec
2024-03-06
Implement Lockable for & and &mut
Botahamec
2024-03-06
Added some examples
Botahamec
2022-11-18
Reorganized modules
Botahamec
2022-11-18
Moved some docs
Botahamec
2022-11-18
Implemented LockGuard
Botahamec
2022-10-28
Documented SpinLock
Botahamec
2022-10-28
Implemented SpinLock
Botahamec
2022-10-27
Created the Mutex type
Botahamec
2022-10-27
Don't expose Lock or Key
Botahamec
2022-10-27
Docs for `unlock`
Botahamec
2022-10-27
Unsafe `force_unlock` methods
Botahamec
2022-10-27
Documentation for `Key`
Botahamec
2022-10-27
Reordered use statements
Botahamec
2022-10-27
Added cargo warnings
Botahamec
2022-10-27
Made a key for locks
Botahamec
2022-10-27
Switch to an or instruction
Botahamec
2022-10-27
Remove the mutex
Botahamec
2022-10-27
Created a dumb `Lock` type
Botahamec
2022-10-26
Add a drop implementation
Botahamec
2022-10-26
Docs for ThreadKey
Botahamec
2022-10-26
Used a more future-proof implementation
Botahamec
2022-10-26
Manually implement Debug
Botahamec
2022-10-26
Removed derive traits
Botahamec
2022-10-26
Created ThreadKey
Botahamec
2022-10-26
Start
Botahamec