SwiftTask
Task framework
Provides a framework for handling asynchronous tasks with progress tracking, pause/resume, and retry capabilities in Swift
Promise + progress + pause + cancel + retry for Swift.
2k stars
74 watching
175 forks
Language: Swift
last commit: almost 6 years ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| A Swift framework for building reactive applications using a stream-based, event-driven programming model. | 1,193 |
| A framework for launching and managing shell tasks with real-time output monitoring | 132 |
| A Swift-based Future/Promises Library for asynchronous programming on iOS and OS X | 754 |
| A framework for working with asynchronous tasks in Swift using futures and promises. | 108 |
| A library that provides an ordered queue for executing asynchronous tasks from non-isolated contexts in Swift Concurrency. | 177 |
| A Swift library that simplifies asynchronous programming using the Async/Await syntax | 750 |
| A simple to-do list app written in Swift that uses CloudKit for data storage and retrieval. | 113 |
| A framework for interacting with web content using reactive programming principles in Swift | 252 |
| A Swift framework for reactive programming with functional reactive capabilities | 1,239 |
| A React-inspired framework for building component-based user interfaces in Swift. | 160 |
| A functional programming framework for Swift that simplifies async and promise handling. | 45 |
| A framework that helps orchestrate concurrent asynchronous tasks in Swift. | 43 |
| A command-line task runner implemented using RxSwift | 15 |
| An alternative React framework with minimal API and zero boilerplate, simplifying the development of stateful and reactive applications. | 1,439 |
| A service that offloads heavy-duty operations to a separate process using bi-directional IPC. | 228 |