| Crates.io | terminable_threads |
| lib.rs | terminable_threads |
| version | 0.2.1 |
| created_at | 2023-07-11 22:41:10.095499+00 |
| updated_at | 2023-07-16 19:16:27.142728+00 |
| description | Basic Terminable Thread Manager |
| homepage | |
| repository | https://github.com/Ross-Morgan/terminable_threads |
| max_upload_size | |
| id | 914155 |
| size | 6,084 |
A library providing a Terminable Thread Manager called TerminableThreads<T, N>
All functions used in threads that this manages use a flag to signal termination
This was designed more for learning that practicality, but I needed this functionality in another project that I was working on at the time