Priority-based Task Scheduling for Modern C++
-
Updated
Jan 29, 2021 - C++
Priority-based Task Scheduling for Modern C++
Fast and lightweight thread pool for C++11 and newer.
A smart C++11 thread pool. Efficiently schedule your threads using "Classify Thread Pool", "Priority Task Queue". And also provide "Self-Adaption Pool Capacity" policy, "State Monitor" of tasks and workers function.
parallel programming primitives for C++; pausable thread, task_queue, etc.
Thread pool is implemented to process task queue with C++11.
A thread-pooled asynchronous job library
Thread-safe generic message channel library for C++ (17+)
Minimalistic operating system for TM4C1294 with task scheduler and event logger
Example of ordered task execution on thread pool in chain model
Very simple async task pool
Add a description, image, and links to the task-queue topic page so that developers can more easily learn about it.
To associate your repository with the task-queue topic, visit your repo's landing page and select "manage topics."