Skip to content

A minimal but powerful thread pool in ANSI C

License

Notifications You must be signed in to change notification settings

gur111/C-Thread-Pool

 
 

Repository files navigation

About

This fork is utilizing C-Thread-Pool to make a client-server Cows&Bulls game. The code is not written very well and does not follow naming schemes well enough in my opinion but it's a good example of a quicky project and a good first try of utilizing a thread pool in C.

TODO

  1. Add debug calls that are triggered only when debug flag is on
  2. Go through all the malloc and validate ram allocation
  3. Remove unused functions (most of them are located in thpool.c)

About

A minimal but powerful thread pool in ANSI C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 48.9%
  • C++ 24.8%
  • CMake 16.4%
  • Shell 5.7%
  • Makefile 4.2%