terminable_threads 0.2.1

Basic Terminable Thread Manager
Documentation
1
2
3
4
5
6
7
8
9
10
11
# 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