[WIP] Implemented the simple task chunk scheme suggested by Aidan
Compare changes
+ 15
− 7
@@ -59,14 +59,22 @@ void *threadpool_runner(void *data) {
Tested for correctness, but not yet for speed.
Fixes #194 (closed), if and when merged.