Fixes to the threadpool
Compare changes
+ 4
− 2
@@ -268,6 +268,7 @@ void threadpool_map(struct threadpool *tp, threadpool_map_function map_function,
@@ -268,6 +268,7 @@ void threadpool_map(struct threadpool *tp, threadpool_map_function map_function,
@@ -330,10 +331,11 @@ void threadpool_clean(struct threadpool *tp) {
@@ -330,10 +331,11 @@ void threadpool_clean(struct threadpool *tp) {
Good catch, thanks!