Schedule
Task scheduler
A Swift-based timing tasks scheduler with an elegant and intuitive API
Schedule timing task in Swift using a fluent API. (A friendly alternative to Timer)
2k stars
28 watching
110 forks
Language: Swift
last commit: over 4 years ago
Linked from 2 awesome lists
humantimer
Related projects:
Repository | Description | Stars |
---|---|---|
| A Taskwarrior web UI that allows users to schedule tasks and view their next task or most urgent task | 38 |
| Provides a lightweight scheduler for running tasks on time or event-driven triggers | 11 |
| A tool for scheduling tasks with a time-based delay, allowing code execution to occur ahead of the scheduled task time. | 9 |
| A tool to schedule time-consuming tasks for later | 63 |
| A task manager based on a time wheel algorithm for managing timed tasks with scheduling and dynamic add/cancel/remove capabilities. | 317 |
| A job scheduler library for iOS and other Apple platforms that allows developers to run tasks with constraints such as delay, retry, and persistence. | 412 |
| A Swift library that allows developers to schedule and execute tasks in a synchronous manner. | 682 |
| A task queue system built with Python and Redis, allowing concurrent execution of tasks with features like queuing, worker management, and error handling. | 1,424 |
| Enables scheduling of tasks at regular intervals without relying on a clock process | 130 |
| A runtime designed to efficiently manage concurrent tasks and resources in a high-performance manner. | 454 |
| A high-frequency task scheduler that supports concurrent execution and flexible control over task timing. | 304 |
| A library for running tasks on schedules with strongly typed jobs and asynchronous execution. | 182 |
| A tool for scheduling and executing short-term commands as long-term jobs with customizable options for retries, timeouts, and concurrency. | 147 |
| A lightweight and distributed task scheduling platform written in Rust. | 717 |
| A tool that allows users to schedule recurring tasks in a flexible and customizable way using various scheduling patterns. | 104 |