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 |
---|---|---|
| A tool to schedule time-consuming tasks for later | 63 |
| A task scheduler for Java applications that provides persistent scheduling and high throughput. | 1,279 |
| A library for running tasks on schedules with strongly typed jobs and asynchronous execution. | 182 |
| A simple task scheduling framework that allows executing tasks in the background. | 20 |
| A tool that allows users to schedule recurring tasks in a flexible and customizable way using various scheduling patterns. | 104 |
| A Taskwarrior web UI that allows users to schedule tasks and view their next task or most urgent task | 38 |
| A runtime designed to efficiently manage concurrent tasks and resources in a high-performance manner. | 454 |
| A scheduling system with a domain-specific language (DSL) for creating recurring tasks and events. | 18 |
| A parallel task execution runtime using parallel depth-first scheduling | 34 |
| Provides a lightweight scheduler for running tasks on time or event-driven triggers | 11 |
| A task scheduling system built with C++14 primitives to manage concurrent tasks and queues. | 41 |
| A task manager based on a time wheel algorithm for managing timed tasks with scheduling and dynamic add/cancel/remove capabilities. | 317 |
| A tasking library that enables ultra-fine grained parallelism and efficient scheduling of tasks without the use of locks or manual threading | 620 |
| A Swift-based timing tasks scheduler with an elegant and intuitive API | 1,825 |
| Enables scheduling of tasks at regular intervals without relying on a clock process | 130 |