| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-02-05 | Tests and optimization | Botahamec | |
| 2024-12-26 | Commenting | Mica White | |
| 2024-12-26 | Rename kill to poison | Mica White | |
| 2024-12-23 | Remove scopeguard | Mica 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-23 | Utilize mutex death | Mica White | |
| 2024-12-21 | Implement lock death, but without any usages | Botahamec | |
| 2024-09-25 | Fix doc comment for ordered_try_lock | Botahamec | |
| 2024-05-23 | Comments | Botahamec | |
