jlizard-simple-threadpool 0.1.1

A simple, lightweight threadpool implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Simple threadpool

My own implementation of [The Rust programming langauge official book implementation of a threadpool](https://doc.rust-lang.org/book/ch16-01-threads.html).

## Example 

[Example Implementation](https://gitlab.com/jurassicLizard/vex2pdf/-/blob/master/src/files_proc/processor.rs?ref_type=heads#L165-197)

## License

[The Unlicense](./LICENSE)