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.
-
Updated
Aug 6, 2020 - C
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.
Generic Queue Library for Arduino
Add a description, image, and links to the generic-queue topic page so that developers can more easily learn about it.
To associate your repository with the generic-queue topic, visit your repo's landing page and select "manage topics."