🎬 Tame async code with battle-tested promises
-
Updated
Oct 1, 2024 - Swift
A promise is an object returned by an asynchronous function, which represents the current state of the operation. At the time the promise is returned to the caller, the operation often isn't finished, but the promise object provides methods to handle the eventual success or failure of the operation.
🎬 Tame async code with battle-tested promises
A small set of classes and functions to make easy use of Futures, Promises and async computation in general. All written in Swift for iOS 10+, WatchOS 3, tvOS and Mac OS X apps.
Promise/A+, Bluebird inspired, implementation in Swift 5
Asynchronous Swift made easy. The project was made by Miquido. https://www.miquido.com/
Promises framework for Swift 5
A monadic Future design pattern implementation in Swift
iOS development framework, mainly solves the routine and pain points in native development, and builds a modular project structure to facilitate iOS development. iOS开发框架,主要解决原生开发中的常规和痛点问题,搭建模块化项目架构,方便iOS开发。
Created by Barbara Liskov, Liuba Shrira, Mark S. Miller, Dean Tribble, Rob Jellinghaus, Daniel P. Friedman
Released 1988