tasklet
Task scheduler
An asynchronous task scheduling library written in Rust.
⏱️ An asynchronous task scheduling library written in Rust
31 stars
5 watching
4 forks
Language: Rust
last commit: 2 months ago
Linked from 1 awesome list
asychronouscratesopen-sourcerustschedulertasklettokio
Related projects:
Repository | Description | Stars |
---|---|---|
p-ranav/task_system | A task scheduling system built with C++14 primitives to manage concurrent tasks and queues. | 41 |
binchengzhao/delicate | A lightweight and distributed task scheduling platform written in Rust. | 717 |
leosperry/chroniton | A library for running tasks on schedules with strongly typed jobs and asynchronous execution. | 182 |
kprotty/zap | A runtime designed to efficiently manage concurrent tasks and resources in a high-performance manner. | 454 |
byulparan/scheduler | A tool for scheduling tasks with a time-based delay, allowing code execution to occur ahead of the scheduled task time. | 9 |
hlascelles/que-scheduler | Automates job scheduling and execution in an asynchronous workflow using a cron-like configuration file. | 115 |
wakatime/wakaq | A background task queue for Python applications backed by Redis and Celery. | 576 |
zero88/scheduler.x | Provides a lightweight scheduler for running tasks on time or event-driven triggers | 11 |
sgrondin/bottleneck | A lightweight task scheduler and rate limiter that supports clustering and is designed to add minimal complexity to applications. | 1,838 |
ivanseidel/arduinothread | A C++ library that simplifies the management of parallel tasks on Arduino boards. | 957 |
anotherkamila/tasksched | A Taskwarrior web UI that allows users to schedule tasks and view their next task or most urgent task | 38 |
tobi/delayed_job | An asynchronous task queue system for Ruby applications | 2,149 |
pplux/px_sched | A single header C++11 task scheduler for managing concurrent tasks. | 190 |
dahall/taskscheduler | Provides a .NET wrapper for the Windows Task Scheduler | 1,233 |
hugoabonizio/schedule.cr | Provides a clear and flexible DSL to write periodic or scheduled tasks in Crystal | 74 |