micropython-mcron
Task scheduler
A time-based task scheduling library for Python on microcontrollers with hardware timers
35 stars
2 watching
6 forks
Language: Python
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A simple time-based task scheduling program inspired by the well-known CRON program. | 9 |
| A task scheduler with asynchronous support and persistence for MicroPython-based devices | 8 |
| A Python-based tool for scheduling and managing daily tasks to avoid excessive storage usage and rate limits. | 15 |
| Provides a Python package to manage and execute scheduled tasks | 0 |
| 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 modern C++ scheduling library that allows tasks to run in thread pools with flexible timing and cron-like functionality. | 274 |
| 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 library for managing and orchestrating parallel computing tasks across multiple machines | 1,582 |
| A parallel task execution runtime using parallel depth-first scheduling | 34 |
| A task scheduler that manages the execution of tasks across multiple threads or fibers. | 1,889 |
| A background task queue for Python applications backed by Redis and Celery. | 576 |
| An execution system for tasks with dependencies. | 694 |
| A library for running tasks on schedules with strongly typed jobs and asynchronous execution. | 182 |
| A task scheduling system built with C++14 primitives to manage concurrent tasks and queues. | 41 |