Chroniton
Task scheduler
A library for running tasks on schedules with strongly typed jobs and asynchronous execution.
A library for running tasks(jobs) on schedules.
182 stars
13 watching
18 forks
Language: C#
last commit: about 8 years ago
Linked from 4 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
lstrojny/procrastinator | A tool to schedule time-consuming tasks for later | 63 |
byulparan/scheduler | A tool for scheduling tasks with a time-based delay, allowing code execution to occur ahead of the scheduled task time. | 9 |
kilgaloon/leprechaun | A tool that allows users to schedule recurring tasks in a flexible and customizable way using various scheduling patterns. | 104 |
bosma/scheduler | A modern C++ scheduling library that allows tasks to run in thread pools with flexible timing and cron-like functionality. | 274 |
hlascelles/que-scheduler | Automates job scheduling and execution in an asynchronous workflow using a cron-like configuration file. | 115 |
conorwilliams/libfork | A tasking library that enables ultra-fine grained parallelism and efficient scheduling of tasks without the use of locks or manual threading | 613 |
cirocosta/cr | An execution system for tasks with dependencies. | 695 |
kprotty/zap | A runtime designed to efficiently manage concurrent tasks and resources in a high-performance manner. | 446 |
hugoabonizio/schedule.cr | Provides a clear and flexible DSL to write periodic or scheduled tasks in Crystal | 74 |
thomasgalliker/ncrontab.scheduler | A thread-safe task scheduler for .NET applications | 14 |
richiesams/fibertaskinglib | An asynchronous task scheduler for parallelizing computations with arbitrary dependencies using fibers. | 936 |
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 |
tsikov/clerk | A scheduling system with a domain-specific language (DSL) for creating recurring tasks and events. | 18 |
zero88/scheduler.x | Provides a lightweight scheduler for running tasks on time or event-driven triggers | 11 |
google/marl | A task scheduler that manages the execution of tasks across multiple threads or fibers. | 1,881 |