promises

Async framework

A framework that provides a synchronization construct for asynchronous programming in Objective-C and Swift.

Promises is a modern framework that provides a synchronization construct for Swift and Objective-C.

GitHub

4k stars
74 watching
296 forks
Language: Objective-C
last commit: 16 days ago
Linked from 1 awesome list

frameworkfutureslibraryobjective-cpromisesswift

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
mxcl/promisekit An implementation of promises for Swift and Objective-C, simplifying asynchronous programming. 14,234
davidask/futures A framework for simplifying asynchronous programming using lightweight promises and futures 58
lilyball/tomorrowland An asynchronous task management library that enables safe and efficient chaining of promises with cancellable support 117
then/promise A minimal implementation of promises with extensions and polyfills for various browsers and environments 2,580
khanlou/promise A Promise library for Swift that enables asynchronous operations to be composed and transformed in systematic ways. 621
pburtchaell/redux-promise-middleware Enables simple handling of async action creators in Redux 1,982
kriskowal/q A promise library that enables asynchronous code execution and error handling without blocking 14,932
funcool/promesa A promise library and concurrency toolkit for Clojure and ClojureScript. 498
zhangchiqing/bluebird-promisell A functional programming library for promises that helps write flat async code with composable functions 44
andrewbarba/bluebird.swift An implementation of Promise/A+ in Swift 41
deput/rwpromisekit A lightweight Objective-C Promise library providing a concise and simplified API for handling asynchronous computations. 114
freshos/then A toolset for writing concise and maintainable asynchronous code in Swift using promises 993
tildeio/rsvp.js Provides tools for organizing asynchronous code using Promises/A+ 3,612
futurekit/futurekit A Swift-based Future/Promises Library for asynchronous programming on iOS and OS X 754
spider-gazelle/promise A library providing typed promises for Crystal language to simplify concurrency and asynchronous programming. 42