ArduinoThread

Task scheduler

A C++ library that simplifies the management of parallel tasks on Arduino boards.

⏳ A simple way to run Threads on Arduino

GitHub

955 stars
76 watching
196 forks
Language: C++
last commit: over 2 years ago
Linked from 1 awesome list

arduinoarduino-library

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
bosma/scheduler A modern C++ scheduling library that allows tasks to run in thread pools with flexible timing and cron-like functionality. 274
richiesams/fibertaskinglib An asynchronous task scheduler for parallelizing computations with arbitrary dependencies using fibers. 936
google/marl A task scheduler that manages the execution of tasks across multiple threads or fibers. 1,881
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,893
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
pplux/px_sched A single header C++11 task scheduler for managing concurrent tasks. 190
icanzilb/taskqueue A Swift library that allows developers to schedule and execute tasks in a synchronous manner. 682
lstrojny/procrastinator A tool to schedule time-consuming tasks for later 63
sgrondin/bottleneck A lightweight task scheduler and rate limiter that supports clustering and is designed to add minimal complexity to applications. 1,833
danengelbrecht/bikeshed A high-performance, lock-free task scheduler for managing hierarchical tasks with dependencies. 108
anotherkamila/tasksched A Taskwarrior web UI that allows users to schedule tasks and view their next task or most urgent task 38
kprotty/zap A runtime designed to efficiently manage concurrent tasks and resources in a high-performance manner. 446
simplymadeapps/simple_scheduler Enables scheduling of tasks at regular intervals without relying on a clock process 130
byulparan/scheduler A tool for scheduling tasks with a time-based delay, allowing code execution to occur ahead of the scheduled task time. 9