Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal static thread pool in C

  • Uses POSIX threads.
  • Uses semaphores.
  • No lazy creation. Every worker start at the pool creation.
  • No immediate shutdown. Workers will wait until tasks are completed.

About

Simple implementation of a thread pool using pthreads

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages