px_sched
Task scheduler
A single header C++11 task scheduler for managing concurrent tasks.
Single Header C++11 Task Scheduler
190 stars
14 watching
14 forks
last commit: over 1 year ago
Linked from 1 awesome list
cppcpp11multiplatformmultithreadingsingle-filetask-scheduler
Related projects:
Repository | Description | Stars |
---|---|---|
pplux/px | A set of C++ libraries providing thread scheduling and rendering capabilities with safe memory management. | 472 |
p-ranav/task_system | A task scheduling system built with C++14 primitives to manage concurrent tasks and queues. | 41 |
kpamnany/partr | A parallel task execution runtime using parallel depth-first scheduling | 34 |
bosma/scheduler | A modern C++ scheduling library that allows tasks to run in thread pools with flexible timing and cron-like functionality. | 274 |
danengelbrecht/bikeshed | A high-performance, lock-free task scheduler for managing hierarchical tasks with dependencies. | 111 |
zero88/scheduler.x | Provides a lightweight scheduler for running tasks on time or event-driven triggers | 11 |
richiesams/fibertaskinglib | An asynchronous task scheduler for parallelizing computations with arbitrary dependencies using fibers. | 939 |
kprotty/zap | A runtime designed to efficiently manage concurrent tasks and resources in a high-performance manner. | 454 |
conorwilliams/libfork | A tasking library that enables ultra-fine grained parallelism and efficient scheduling of tasks without the use of locks or manual threading | 620 |
byulparan/scheduler | A tool for scheduling tasks with a time-based delay, allowing code execution to occur ahead of the scheduled task time. | 9 |
google/marl | A task scheduler that manages the execution of tasks across multiple threads or fibers. | 1,889 |
dask/distributed | A library for managing and orchestrating parallel computing tasks across multiple machines | 1,582 |
ivanseidel/arduinothread | A C++ library that simplifies the management of parallel tasks on Arduino boards. | 957 |
jhuckaby/cronicle | A distributed task scheduler and runner with a web-based UI that handles scheduling, job running, and real-time stats across multiple servers. | 3,975 |
michaelcurrin/unicron | A Python-based tool for scheduling and managing daily tasks to avoid excessive storage usage and rate limits. | 15 |