jlizard-simple-threadpool 0.2.1

A simple, lightweight threadpool implementation
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.2.0] - 2025-12-09
### Added
- added `kill_signal` handling for the pool 

## [0.1.1] - 2025-12-09
### Fixed
- expose `new` Method on Threadpool instead of forcing all clients to use `default`

## [0.1.0] - 2025-12-05

### Added
- Added initial public release with tests