Generic Queue Library for Arduino
-
Updated
May 7, 2024 - C++
Generic Queue Library for Arduino
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.
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."