Scheduler

Task scheduler

A modern C++ scheduling library that allows tasks to run in thread pools with flexible timing and cron-like functionality.

Modern C++ Scheduling Library

GitHub

274 stars
14 watching
76 forks
Language: C++
last commit: almost 3 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
google/marl A task scheduler that manages the execution of tasks across multiple threads or fibers. 1,881
p-ranav/task_system A task scheduling system built with C++14 primitives to manage concurrent tasks and queues. 40
leosperry/chroniton A library for running tasks on schedules with strongly typed jobs and asynchronous execution. 182
danengelbrecht/bikeshed A high-performance, lock-free task scheduler for managing hierarchical tasks with dependencies. 108
richiesams/fibertaskinglib An asynchronous task scheduler for parallelizing computations with arbitrary dependencies using fibers. 936
ivanseidel/arduinothread A C++ library that simplifies the management of parallel tasks on Arduino boards. 955
conorwilliams/libfork A tasking library that enables ultra-fine grained parallelism and efficient scheduling of tasks without the use of locks or manual threading 613
soasme/nim-schedules A Nim library that enables scheduling of periodic tasks with optional async support and throttling control. 64
pplux/px_sched A single header C++11 task scheduler for managing concurrent tasks. 190
cirocosta/cr An execution system for tasks with dependencies. 695
icanzilb/taskqueue A Swift library that allows developers to schedule and execute tasks in a synchronous manner. 682
thomasgalliker/ncrontab.scheduler A thread-safe task scheduler for .NET applications 14
dahall/taskscheduler Provides a .NET wrapper for the Windows Task Scheduler 1,225
kagkarlsson/db-scheduler A task scheduler that allows for cluster-friendly, persistent tasks with high throughput and minimal dependencies. 1,263
onatm/clockwerk A library for scheduling periodic jobs in a simple and efficient manner 157