An open API service indexing awesome lists of open source software.

https://github.com/alexiszamanidis/thread_pool

Thread pool implementation using a Job Scheduler to manage the Jobs. When a Job is submitted to execute, Job Scheduler pushes the job in blocking queue and executes it using one of possible threads from the Thread pool.
https://github.com/alexiszamanidis/thread_pool

barrier c generic-queue job-scheduler parallelize queue scheduler thread-pool unit-tests

Last synced: 10 months ago
JSON representation

Thread pool implementation using a Job Scheduler to manage the Jobs. When a Job is submitted to execute, Job Scheduler pushes the job in blocking queue and executes it using one of possible threads from the Thread pool.

Awesome Lists containing this project