
built threadpool from scratch written in c language
hi, a while ago I built a thread pool from scratch in c. i used John’s blog as a reference, but i made several different design decisions compared to it. i’d appreciate reviews or opinions from experienced developers. thanks in advance.
source code: https://github.com/seivarya/strandy
blog url: https://nachtimwald.com/2019/04/12/thread-pool-in-c/