summaryrefslogtreecommitdiff
path: root/src/lib.rs
AgeCommit message (Collapse)Author
2024-03-10ReorganizationMica White
2024-03-10Make spin and parking lot optionalMica White
2024-03-10Better librarificationMica White
2024-03-09Pointer checksMica White
2024-03-09RwLockMica White
2024-03-09lockable improvementsMica White
2024-03-08Allow movesMica White
2024-03-08KeyableMica White
2024-03-08Replace ownership with mutable accessMica White
2024-03-07reorganizationMica White
2022-11-18Reorganized modulesBotahamec
2022-11-18Implemented LockGuardBotahamec
2022-10-28Documented SpinLockBotahamec
2022-10-28Implemented SpinLockBotahamec
2022-10-27Created the Mutex typeBotahamec
2022-10-27Don't expose Lock or KeyBotahamec
2022-10-27Unsafe `force_unlock` methodsBotahamec
2022-10-27Reordered use statementsBotahamec
2022-10-27Added cargo warningsBotahamec
2022-10-27Made a key for locksBotahamec
2022-10-27Remove the mutexBotahamec
2022-10-27Created a dumb `Lock` typeBotahamec
2022-10-26Add a drop implementationBotahamec
2022-10-26Docs for ThreadKeyBotahamec
2022-10-26Used a more future-proof implementationBotahamec
2022-10-26Manually implement DebugBotahamec
2022-10-26Removed derive traitsBotahamec
2022-10-26Created ThreadKeyBotahamec
2022-10-26StartBotahamec