ArduinoThread
Task scheduler
A C++ library that simplifies the management of parallel tasks on Arduino boards.
⏳ A simple way to run Threads on Arduino
957 stars
76 watching
196 forks
Language: C++
last commit: almost 3 years ago
Linked from 1 awesome list
arduinoarduino-library
Related projects:
Repository | Description | Stars |
---|---|---|
| A modern C++ scheduling library that allows tasks to run in thread pools with flexible timing and cron-like functionality. | 274 |
| An asynchronous task scheduler for parallelizing computations with arbitrary dependencies using fibers. | 939 |
| A task scheduler that manages the execution of tasks across multiple threads or fibers. | 1,889 |
| 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 task scheduling system built with C++14 primitives to manage concurrent tasks and queues. | 41 |
| A library for running tasks on schedules with strongly typed jobs and asynchronous execution. | 182 |
| A single header C++11 task scheduler for managing concurrent tasks. | 190 |
| A Swift library that allows developers to schedule and execute tasks in a synchronous manner. | 682 |
| A tool to schedule time-consuming tasks for later | 63 |
| A lightweight task scheduler and rate limiter that supports clustering and is designed to add minimal complexity to applications. | 1,838 |
| A high-performance, lock-free task scheduler for managing hierarchical tasks with dependencies. | 111 |
| A Taskwarrior web UI that allows users to schedule tasks and view their next task or most urgent task | 38 |
| A runtime designed to efficiently manage concurrent tasks and resources in a high-performance manner. | 454 |
| Enables scheduling of tasks at regular intervals without relying on a clock process | 130 |
| A tool for scheduling tasks with a time-based delay, allowing code execution to occur ahead of the scheduled task time. | 9 |