scheduler
Task scheduler
A tool for scheduling tasks with a time-based delay, allowing code execution to occur ahead of the scheduled task time.
9 stars
3 watching
6 forks
Language: Common Lisp
last commit: almost 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
lstrojny/procrastinator | A tool to schedule time-consuming tasks for later | 63 |
kagkarlsson/db-scheduler | A task scheduler for Java applications that provides persistent scheduling and high throughput. | 1,279 |
leosperry/chroniton | A library for running tasks on schedules with strongly typed jobs and asynchronous execution. | 182 |
shinmera/simple-tasks | A simple task scheduling framework that allows executing tasks in the background. | 20 |
kilgaloon/leprechaun | A tool that allows users to schedule recurring tasks in a flexible and customizable way using various scheduling patterns. | 104 |
anotherkamila/tasksched | A Taskwarrior web UI that allows users to schedule tasks and view their next task or most urgent task | 38 |
kprotty/zap | A runtime designed to efficiently manage concurrent tasks and resources in a high-performance manner. | 454 |
tsikov/clerk | A scheduling system with a domain-specific language (DSL) for creating recurring tasks and events. | 18 |
kpamnany/partr | A parallel task execution runtime using parallel depth-first scheduling | 34 |
zero88/scheduler.x | Provides a lightweight scheduler for running tasks on time or event-driven triggers | 11 |
p-ranav/task_system | A task scheduling system built with C++14 primitives to manage concurrent tasks and queues. | 41 |
binchengzhao/delay-timer | A task manager based on a time wheel algorithm for managing timed tasks with scheduling and dynamic add/cancel/remove capabilities. | 317 |
conorwilliams/libfork | A tasking library that enables ultra-fine grained parallelism and efficient scheduling of tasks without the use of locks or manual threading | 620 |
luoxiu/schedule | A Swift-based timing tasks scheduler with an elegant and intuitive API | 1,825 |
simplymadeapps/simple_scheduler | Enables scheduling of tasks at regular intervals without relying on a clock process | 130 |