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: about 4 years ago
Linked from 2 awesome lists
humantimer
Related projects:
Repository | Description | Stars |
---|---|---|
anotherkamila/tasksched | A Taskwarrior web UI that allows users to schedule tasks and view their next task or most urgent task | 38 |
zero88/scheduler.x | Provides a lightweight scheduler for running tasks on time or event-driven triggers | 11 |
byulparan/scheduler | A tool for scheduling tasks with a time-based delay, allowing code execution to occur ahead of the scheduled task time. | 9 |
lstrojny/procrastinator | A tool to schedule time-consuming tasks for later | 63 |
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 |
lucas34/swiftqueue | A job scheduler library for iOS and other Apple platforms that allows developers to run tasks with constraints such as delay, retry, and persistence. | 410 |
icanzilb/taskqueue | A Swift library that allows developers to schedule and execute tasks in a synchronous manner. | 682 |
closeio/tasktiger | A task queue system built with Python and Redis, allowing concurrent execution of tasks with features like queuing, worker management, and error handling. | 1,423 |
simplymadeapps/simple_scheduler | Enables scheduling of tasks at regular intervals without relying on a clock process | 130 |
kprotty/zap | A runtime designed to efficiently manage concurrent tasks and resources in a high-performance manner. | 446 |
madflojo/tasks | A high-frequency task scheduler that supports concurrent execution and flexible control over task timing. | 303 |
leosperry/chroniton | A library for running tasks on schedules with strongly typed jobs and asynchronous execution. | 182 |
liujianping/job | A tool for scheduling and executing short-term commands as long-term jobs with customizable options for retries, timeouts, and concurrency. | 145 |
binchengzhao/delicate | A lightweight and distributed task scheduling platform written in Rust. | 712 |
kilgaloon/leprechaun | A tool that allows users to schedule recurring tasks in a flexible and customizable way using various scheduling patterns. | 104 |