Bluebird.swift
Promise library
An implementation of Promise/A+ in Swift
Promise/A+, Bluebird inspired, implementation in Swift 5
41 stars
3 watching
2 forks
Language: Swift
last commit: over 2 years ago
Linked from 1 awesome list
asyncbluebirdconcurrencycontrol-flowpromiseswift
Related projects:
Repository | Description | Stars |
---|---|---|
khanlou/promise | A Promise library for Swift that enables asynchronous operations to be composed and transformed in systematic ways. | 621 |
zhangchiqing/bluebird-promisell | A functional programming library for promises that helps write flat async code with composable functions | 44 |
lilyball/tomorrowland | An asynchronous task management library that enables safe and efficient chaining of promises with cancellable support | 117 |
couchdeveloper/futurelib | A Swift 2 library implementing asynchronous programming concepts inspired by Scala and Promises/A+ | 40 |
davidask/futures | A framework for simplifying asynchronous programming using lightweight promises and futures | 58 |
spider-gazelle/promise | A library providing typed promises for Crystal language to simplify concurrency and asynchronous programming. | 42 |
malcommac/hydra | A lightweight library for writing better async code in Swift | 1,973 |
xhawk18/promise-cpp | A C++ promise library with features similar to JavaScript promises, supporting exceptions and chaining parameters. | 679 |
async-plus/async-plus | Provides a simple, chainable interface for async and throwing code in Swift | 195 |
petkaantonov/bluebird | A high-performance promise library for JavaScript with innovative features. | 20,445 |
aantron/promise | A lightweight binding to JavaScript promises in Reason | 340 |
lukereichold/arweave-swift | A Swift client library for interacting with the Arweave blockchain | 34 |
manolofdez/asyncbluetooth | A Swift library that adds concurrency and utility functions to CoreBluetooth APIs | 169 |
deput/rwpromisekit | A lightweight Objective-C Promise library providing a concise and simplified API for handling asynchronous computations. | 114 |
pburtchaell/redux-promise-middleware | Enables simple handling of async action creators in Redux | 1,982 |