3 unstable releases
0.2.1 | Jul 16, 2023 |
---|---|
0.2.0 | Jul 12, 2023 |
0.1.0 | Jul 11, 2023 |
#9 in #termination
5KB
53 lines
Terminable-Threads
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
Note
This was designed more for learning that practicality, but I needed this functionality in another project that I was working on at the time