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
·
Back to reactkit/swifttask

Open-source alternatives to SwiftTask

30 open-source projects similar to reactkit/swifttask, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best SwiftTask alternative.

  • 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

AI search

Explore more awesome repositories

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

Find more with AI search
  • aminalaee/uuid-utilsaminalaee avatar

    aminalaee/uuid-utils

    331View on GitHub↗

    Fast, drop-in replacement for Python's uuid module, powered by Rust.

    Python
    View on GitHub↗331
  • ankurp/dollar.swiftA

    ankurp/Dollar.swift

    0View on GitHub↗
    View on GitHub↗0
  • alex-gutev/generic-clalex-gutev avatar

    alex-gutev/generic-cl

    162View on GitHub↗

    Generic function interface to standard Common Lisp functions

    Common Lisp
    View on GitHub↗162
  • belozierov/swiftcoroutinebelozierov avatar

    belozierov/SwiftCoroutine

    833View on GitHub↗

    Swift coroutines for iOS, macOS and Linux.

    Swift
    View on GitHub↗833
  • duemunk/asyncduemunk avatar

    duemunk/Async

    4,565View on GitHub↗

    Async is a Swift library that provides a wrapper for Grand Central Dispatch to simplify the management of asynchronous tasks and queues. It functions as a task scheduler for the execution, timing, and orchestration of code blocks. The project includes a task chainer to sequence operations across different threads without nested callback structures and a concurrent loop wrapper that distributes iterations across multiple threads. It also features a token-based cancellation system to track and remove pending operations from the execution queue before they run. The library covers concurrency ma

    Swift
    View on GitHub↗4,565
  • boltsframework/bolts-swiftBoltsFramework avatar

    BoltsFramework/Bolts-Swift

    1,317View on GitHub↗

    Bolts-Swift is a concurrency control framework designed to manage asynchronous workflows in native mobile applications. It provides a collection of primitives that allow developers to orchestrate background operations through a promise-based model, replacing deeply nested callback structures with chainable task sequences. The library distinguishes itself by offering granular control over task lifecycles and execution environments. It enables developers to define custom executors for specific threading contexts and provides mechanisms to manually signal the completion, error, or cancellation o

    Swift
    View on GitHub↗1,317
  • bow-swift/bowbow-swift avatar

    bow-swift/bow

    659View on GitHub↗

    🏹 Bow is a cross-platform library for Typed Functional Programming in Swift

    Swiftbowcarthagecategory-theory
    View on GitHub↗659
  • cdgriffith/boxcdgriffith avatar

    cdgriffith/Box

    2,823View on GitHub↗

    Python dictionaries with advanced dot notation access

    Python
    View on GitHub↗2,823
  • honghaoz/swift-caanimation-closureH

    honghaoz/Swift-CAAnimation-Closure

    0View on GitHub↗
    View on GitHub↗0
  • chronoscala/chronoscalachronoscala avatar

    chronoscala/chronoscala

    69View on GitHub↗

    A JSR-310 port of nscala_time

    Scala
    View on GitHub↗69
  • coneko/promiseC

    Coneko/Promise

    0View on GitHub↗
    View on GitHub↗0
  • com-lihaoyi/ammonitecom-lihaoyi avatar

    com-lihaoyi/Ammonite

    2,634View on GitHub↗

    Scala Scripting

    Scala
    View on GitHub↗2,634
  • coshx/caravelC

    coshx/caravel

    0View on GitHub↗
    View on GitHub↗0
  • deput/rwpromisekitdeput avatar

    deput/RWPromiseKit

    114View on GitHub↗

    A light-weighted Promise library for Objective-C

    Objective-C
    View on GitHub↗114
  • atnos-org/effatnos-org avatar

    atnos-org/eff

    588View on GitHub↗

    Eff monad for cats - https://atnos-org.github.io/eff

    Scala
    View on GitHub↗588
  • epfldata/squidepfldata avatar

    epfldata/squid

    204View on GitHub↗

    Squid – type-safe metaprogramming and compilation framework for Scala

    Scala
    View on GitHub↗204
  • fabriziobrancati/bfkit-swiftFabrizioBrancati avatar

    FabrizioBrancati/BFKit-Swift

    1,000View on GitHub↗

    BFKit-Swift is a collection of useful classes, structs and extensions to develop Apps faster.

    Swift
    View on GitHub↗1,000
  • freshos/thenfreshOS avatar

    freshOS/then

    996View on GitHub↗

    :clapper: Tame async code with battle-tested promises

    Swift
    View on GitHub↗996
  • fthomas/refinedfthomas avatar

    fthomas/refined

    1,729View on GitHub↗

    Refinement types for Scala

    Scala
    View on GitHub↗1,729
  • futurekit/futurekitFutureKit avatar

    FutureKit/FutureKit

    746View on GitHub↗

    A Swift based Future/Promises Library for IOS and OS X.

    Swift
    View on GitHub↗746
  • goktugyil/ezswiftextensionsG

    goktugyil/EZSwiftExtensions

    0View on GitHub↗
    View on GitHub↗0
  • hipeta/arrow-macroshipeta avatar

    hipeta/arrow-macros

    143View on GitHub↗

    Arrow-macros provides clojure-like arrow macros (ex. ->, ->>) and diamond wands in swiss-arrows (https://github.com/rplevy/swiss-arrows).

    Common Lisp
    View on GitHub↗143
  • alecrim/alecrimcoredataA

    Alecrim/AlecrimCoreData

    0View on GitHub↗
    View on GitHub↗0
  • hu-dwim/hu.dwim.walkerhu-dwim avatar

    hu-dwim/hu.dwim.walker

    10View on GitHub↗

    It's a Common Lisp code walker. It can turn a SEXP encoding of CL code into a structure that contains much more information than the SEXP's.

    Common Lisp
    View on GitHub↗10
  • hyperoslo/sugarhyperoslo avatar

    hyperoslo/Sugar

    1,060View on GitHub↗

    :coffee: Something sweet that goes great with your Cocoa

    Swift
    View on GitHub↗1,060
  • 7mind/izumi7mind avatar

    7mind/izumi

    628View on GitHub↗

    Productivity-oriented collection of lightweight fancy stuff for Scala toolchain

    Scala
    View on GitHub↗628