task_system
Task scheduler
A task scheduling system built with C++14 primitives to manage concurrent tasks and queues.
Task System presented in "Better Code: Concurrency - Sean Parent"
41 stars
6 watching
6 forks
Language: C++
last commit: about 4 years ago concurrencycppheader-onlytaskschedulerthreading
Related projects:
Repository | Description | Stars |
---|---|---|
pplux/px_sched | A single header C++11 task scheduler for managing concurrent tasks. | 190 |
cirocosta/cr | An execution system for tasks with dependencies. | 694 |
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 |
google/marl | A task scheduler that manages the execution of tasks across multiple threads or fibers. | 1,889 |
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 |
danengelbrecht/bikeshed | A high-performance, lock-free task scheduler for managing hierarchical tasks with dependencies. | 111 |
byulparan/scheduler | A tool for scheduling tasks with a time-based delay, allowing code execution to occur ahead of the scheduled task time. | 9 |
kprotty/zap | A runtime designed to efficiently manage concurrent tasks and resources in a high-performance manner. | 454 |
richiesams/fibertaskinglib | An asynchronous task scheduler for parallelizing computations with arbitrary dependencies using fibers. | 939 |
closeio/tasktiger | A task queue system built with Python and Redis, allowing concurrent execution of tasks with features like queuing, worker management, and error handling. | 1,424 |
lstrojny/procrastinator | A tool to schedule time-consuming tasks for later | 63 |
tsikov/clerk | A scheduling system with a domain-specific language (DSL) for creating recurring tasks and events. | 18 |
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 |
ivanseidel/arduinothread | A C++ library that simplifies the management of parallel tasks on Arduino boards. | 957 |