tasklet
Task scheduler
An asynchronous task scheduling library written in Rust.
⏱️ An asynchronous task scheduling library written in Rust
30 stars
5 watching
3 forks
Language: Rust
last commit: 12 days 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. | 40 |
binchengzhao/delicate | A lightweight and distributed task scheduling platform written in Rust. | 712 |
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. | 446 |
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 minimal background task queue system with Redis and Celery integration | 574 |
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,833 |
ivanseidel/arduinothread | A C++ library that simplifies the management of parallel tasks on Arduino boards. | 955 |
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,148 |
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,225 |
hugoabonizio/schedule.cr | Provides a clear and flexible DSL to write periodic or scheduled tasks in Crystal | 74 |