TaskQueue
Task scheduler
A Swift library that allows developers to schedule and execute tasks in a synchronous manner.
A Task Queue Class developed in Swift (by Marin Todorov)
682 stars
36 watching
74 forks
Language: Swift
last commit: over 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A distributed task scheduler and runner with a web-based UI that handles scheduling, job running, and real-time stats across multiple servers. | 3,975 |
| A Taskwarrior web UI that allows users to schedule tasks and view their next task or most urgent task | 38 |
| 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 modern C++ scheduling library that allows tasks to run in thread pools with flexible timing and cron-like functionality. | 274 |
| A Swift-based timing tasks scheduler with an elegant and intuitive API | 1,825 |
| A high-performance queuing system for managing tasks with closure and various priority levels | 22 |
| A lightweight task scheduler and rate limiter that supports clustering and is designed to add minimal complexity to applications. | 1,838 |
| Provides a .NET wrapper for the Windows Task Scheduler | 1,233 |
| A tasking library that enables ultra-fine grained parallelism and efficient scheduling of tasks without the use of locks or manual threading | 620 |
| A C++ library that simplifies the management of parallel tasks on Arduino boards. | 957 |
| An asynchronous task scheduler for parallelizing computations with arbitrary dependencies using fibers. | 939 |
| A tool that allows users to schedule recurring tasks in a flexible and customizable way using various scheduling patterns. | 104 |
| A task scheduler for Java applications that provides persistent scheduling and high throughput. | 1,279 |
| A high-performance, lock-free task scheduler for managing hierarchical tasks with dependencies. | 111 |
| A utility function for managing the execution order of dependent tasks in a build pipeline. | 961 |