Skip to content

theonekeyg/thread_pool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple thread pool implementation

Demo

Example usage exists in src/main.c. Interactive demo works by adding sample task to thread pool to distribute between threads on each received line in stdin. To test it yourself, simply do:

$ make && ./main

And push a couple of new lines to stdin.

About

Simple thread pool implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published