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: over 6 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 simple task scheduler designed for use in clustered Java applications with persistent tasks and minimal dependencies. | 1,261 |
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. | 446 |
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. | 40 |
binchengzhao/delay-timer | A task manager based on a time wheel algorithm for managing timed tasks with scheduling and dynamic add/cancel/remove capabilities. | 315 |
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 |
luoxiu/schedule | A Swift-based timing tasks scheduler with an elegant and intuitive API | 1,824 |
simplymadeapps/simple_scheduler | Enables scheduling of tasks at regular intervals without relying on a clock process | 130 |