Threshold

Results 1 issues of Threshold

Hi, thanks for this awesome lib. In thpool.c (line 37), here is `static volatile int threads_keepalive;` , why not put `threads_keepalive` on `struct thpool_`? Assume the following scenario: 1. Create...