summaryrefslogtreecommitdiff
path: root/src/collection/ref.rs
AgeCommit message (Collapse)Author
2024-12-23Remove scopeguardMica White
The scopeguard crate was being used for its `defer_on_unwind` macro. The problem was that it runs even if the runtime was already panicking. There aren't any changes to the macro which could have fixed this. I instead wrote my own function to check for a specific panicking closure.
2024-12-23Utilize mutex deathMica White
2024-12-21Implement lock death, but without any usagesBotahamec
2024-12-20Fix clippy issuesBotahamec
2024-12-01Unit testingMica White
2024-09-25Fix panic in contains_duplicatesBotahamec
2024-07-17Impl Lock for LockCollectionMica White
2024-07-16Fix trait bounds for LockCollection::fromMica White
2024-05-27Fixed UB pertaining to BoxBotahamec
2024-05-23CommentsBotahamec
2024-05-22DocumentationBotahamec
2024-05-22Documentation for typesBotahamec
2024-05-22Implemented necessary traitsBotahamec
2024-05-21read methods for RefLockCollectionBotahamec
2024-05-21Sharable APIBotahamec