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
176 forks
Language: Swift
last commit: over 5 years ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
reactkit/reactkit | A Swift framework for building reactive applications using a stream-based, event-driven programming model. | 1,193 |
carthage/reactivetask | A framework for launching and managing shell tasks with real-time output monitoring | 132 |
futurekit/futurekit | A Swift-based Future/Promises Library for asynchronous programming on iOS and OS X | 754 |
albertodebortoli/promis | A framework for working with asynchronous tasks in Swift using futures and promises. | 108 |
dfed/swift-async-queue | A library that provides an ordered queue for executing asynchronous tasks from non-isolated contexts in Swift Concurrency. | 162 |
yannickl/awaitkit | A Swift library that simplifies asynchronous programming using the Async/Await syntax | 750 |
anthonygeranio/cloudkit-to-do-list | A simple to-do list app written in Swift that uses CloudKit for data storage and retrieval. | 113 |
rxswiftcommunity/rxwebkit | A framework for interacting with web content using reactive programming principles in Swift | 252 |
declarativehub/reactivekit | A Swift framework for reactive programming with functional reactive capabilities | 1,239 |
mcudich/templatekit | A React-inspired framework for building component-based user interfaces in Swift. | 161 |
ulrikdamm/forbind | A functional programming framework for Swift that simplifies async and promise handling. | 45 |
quanvo87/groupwork | A framework that helps orchestrate concurrent asynchronous tasks in Swift. | 42 |
rxswiftcommunity/rxtask | A command-line task runner implemented using RxSwift | 15 |
mirrorjs/mirror | An alternative React framework with minimal API and zero boilerplate, simplifying the development of stateful and reactive applications. | 1,438 |
hyperf/gotask | A service that offloads heavy-duty operations to a separate process using bi-directional IPC. | 227 |