awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
ReactKit avatar

ReactKit/SwiftTask

0
View on GitHub↗
1,924 stars·175 forks·Swift·MIT·10 views

SwiftTask

Promise + progress + pause + cancel + retry for Swift.

Features

  • Async and Event Handling - Promise library with progress, cancellation, and retry support.
  • Event Bus Systems - Swift-based task management with promise support.
  • Language Extensions - Promise library with state machine support.

Star history

Star history chart for reactkit/swifttaskStar history chart for reactkit/swifttask

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does reactkit/swifttask do?

Promise + progress + pause + cancel + retry for Swift.

What are the main features of reactkit/swifttask?

The main features of reactkit/swifttask are: Async and Event Handling, Event Bus Systems, Language Extensions.

What are some open-source alternatives to reactkit/swifttask?

Open-source alternatives to reactkit/swifttask include: mxcl/promisekit — PromiseKit is a future-based concurrency framework and promise library for Swift and Objective-C. It functions as an… cesarferreira/swifteventbus — A publish/subscribe EventBus optimized for iOS. boltsframework/bolts-objc — Bolts-ObjC is an Objective-C mobile development library providing tools for coordinating asynchronous operations and… albertodebortoli/promis — The easiest Future and Promises framework in Swift. No magic. No boilerplate. aminalaee/uuid-utils — Fast, drop-in replacement for Python's uuid module, powered by Rust. alex-gutev/generic-cl — Generic function interface to standard Common Lisp functions.

Open-source alternatives to SwiftTask

Similar open-source projects, ranked by how many features they share with SwiftTask.
  • mxcl/promisekitmxcl avatar

    mxcl/PromiseKit

    14,238View on GitHub↗

    PromiseKit is a future-based concurrency framework and promise library for Swift and Objective-C. It functions as an asynchronous workflow coordinator, representing the eventual result of an operation to simplify concurrency logic and replace nested callback structures. The framework enables the coordination of both sequential and parallel asynchronous tasks. It provides a structured pipeline for chaining operations, allowing the results of one task to be passed into the next and facilitating the execution of multiple operations simultaneously. The library includes a state-machine based reso

    Swift
    View on GitHub↗14,238
  • cesarferreira/swifteventbuscesarferreira avatar

    cesarferreira/SwiftEventBus

    1,123View on GitHub↗

    A publish/subscribe EventBus optimized for iOS

    Swift
    View on GitHub↗1,123
  • boltsframework/bolts-objcBoltsFramework avatar

    BoltsFramework/Bolts-ObjC

    5,622View on GitHub↗

    Bolts-ObjC is an Objective-C mobile development library providing tools for coordinating asynchronous operations and routing deep links within native applications. It functions as a framework for managing background tasks and resolving navigation metadata to direct users to specific content. The library includes a deep link routing engine and an app link navigator that resolve handler compatibility to launch native experiences or trigger web browser fallbacks. It also features a mobile analytics link logger to track user movement through deep links for integration with external analytics plat

    Objective-C
    View on GitHub↗5,622
  • albertodebortoli/promisalbertodebortoli avatar

    albertodebortoli/Promis

    108View on GitHub↗

    The easiest Future and Promises framework in Swift. No magic. No boilerplate.

    Swift
    View on GitHub↗108
  • See all 30 alternatives to SwiftTask→