A Swift based Future/Promises Library for IOS and OS X.
Las características principales de futurekit/futurekit son: Async and Event Handling, Event Handling.
Las alternativas de código abierto para futurekit/futurekit incluyen: vadymmarkov/when — :alarm_clock: A lightweight implementation of Promises in Swift. 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. aleclarson/emitter-kit — Type-safe event handling for Swift. bendingspoons/tempura-swift — A holistic approach to iOS development, inspired by Redux and MVVM. bendingspoons/katana-swift — Swift Apps in a Swoosh! A modern framework for creating iOS apps, inspired by Redux.
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
:alarm_clock: A lightweight implementation of Promises in Swift
A publish/subscribe EventBus optimized for iOS