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: about 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
fizista/micropython-scron | A simple time-based task scheduling program inspired by the well-known CRON program. | 9 |
thinktransit/micropython-aioschedule | A task scheduler with asynchronous support and persistence for MicroPython-based devices | 8 |
michaelcurrin/unicron | A Python-based tool for scheduling and managing daily tasks to avoid excessive storage usage and rate limits. | 15 |
masoniteframework/scheduler | Provides a Python package to manage and execute scheduled tasks | 0 |
kprotty/zap | A runtime designed to efficiently manage concurrent tasks and resources in a high-performance manner. | 454 |
richiesams/fibertaskinglib | An asynchronous task scheduler for parallelizing computations with arbitrary dependencies using fibers. | 939 |
bosma/scheduler | A modern C++ scheduling library that allows tasks to run in thread pools with flexible timing and cron-like functionality. | 274 |
closeio/tasktiger | 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 |
dask/distributed | A library for managing and orchestrating parallel computing tasks across multiple machines | 1,582 |
kpamnany/partr | A parallel task execution runtime using parallel depth-first scheduling | 34 |
google/marl | A task scheduler that manages the execution of tasks across multiple threads or fibers. | 1,889 |
wakatime/wakaq | A background task queue for Python applications backed by Redis and Celery. | 575 |
cirocosta/cr | An execution system for tasks with dependencies. | 694 |
leosperry/chroniton | A library for running tasks on schedules with strongly typed jobs and asynchronous execution. | 182 |
p-ranav/task_system | A task scheduling system built with C++14 primitives to manage concurrent tasks and queues. | 41 |