 task_system
 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 5 years ago   concurrencycppheader-onlytaskschedulerthreading 
 Related projects:
| Repository | Description | Stars | 
|---|---|---|
|  | A single header C++11 task scheduler for managing concurrent tasks. | 190 | 
|  | An execution system for tasks with dependencies. | 694 | 
|  | A parallel task execution runtime using parallel depth-first scheduling | 34 | 
|  | A modern C++ scheduling library that allows tasks to run in thread pools with flexible timing and cron-like functionality. | 274 | 
|  | A task scheduler that manages the execution of tasks across multiple threads or fibers. | 1,889 | 
|  | A tasking library that enables ultra-fine grained parallelism and efficient scheduling of tasks without the use of locks or manual threading | 620 | 
|  | A high-performance, lock-free task scheduler for managing hierarchical tasks with dependencies. | 111 | 
|  | A tool for scheduling tasks with a time-based delay, allowing code execution to occur ahead of the scheduled task time. | 9 | 
|  | A runtime designed to efficiently manage concurrent tasks and resources in a high-performance manner. | 454 | 
|  | An asynchronous task scheduler for parallelizing computations with arbitrary dependencies using fibers. | 939 | 
|  | 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 | 
|  | A tool to schedule time-consuming tasks for later | 63 | 
|  | A scheduling system with a domain-specific language (DSL) for creating recurring tasks and events. | 18 | 
|  | 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 | 
|  | A C++ library that simplifies the management of parallel tasks on Arduino boards. | 957 |