Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 305 Bytes

File metadata and controls

10 lines (9 loc) · 305 Bytes

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.