#thread #threading #termination #flags #manager #signal #manage

terminable_threads

Basic Terminable Thread Manager

3 unstable releases

0.2.1 Jul 16, 2023
0.2.0 Jul 12, 2023
0.1.0 Jul 11, 2023

#9 in #termination

Custom license

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

No runtime deps