| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-12-25 | Remove once_cell and thread_local dependencies | Mica White | |
| 2024-12-24 | Unit test mutex death | 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-01 | Unit testing | Mica White | |
| 2024-05-31 | Update version number | Micha White | |
| 2024-05-27 | Remove TOML comment | Botahamec | |
| 2024-05-27 | Set MSRV | Botahamec | |
| 2024-05-22 | Documentation for types | Botahamec | |
| 2024-03-11 | Update version number | Mica White | |
| 2024-03-10 | Make spin and parking lot optional | Mica White | |
| 2024-03-10 | Better librarification | Mica White | |
| 2024-03-09 | docs | Mica White | |
| 2024-03-08 | Add some methods | Mica White | |
| 2024-03-08 | Remove std mutex | Mica White | |
| 2024-03-08 | Allow moves | Mica White | |
| 2022-10-27 | Added cargo warnings | Botahamec | |
| 2022-10-27 | Made a key for locks | Botahamec | |
| 2022-10-27 | Remove the mutex | Botahamec | |
| 2022-10-26 | Created ThreadKey | Botahamec | |
| 2022-10-26 | Start | Botahamec | |
