Pithikos / C-Thread-Pool

A minimal but powerful thread pool in ANSI C
MIT License
2.06k stars 603 forks source link

Make keepalive variable local #104

Open forGGe opened 3 years ago

forGGe commented 3 years ago

This should prevent the race conditions when destroying and initializing multiple threadpools at the same time

Also see #88

sl1200mk2 commented 3 years ago

I'm fully agree with this proposal. ++