How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
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
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
A publish/subscribe EventBus optimized for iOS
A Protocol-Oriented NotificationCenter which is type safe, thread safe and with memory safety
The easiest Future and Promises framework in Swift. No magic. No boilerplate.
The main features of albertodebortoli/promis are: Async and Event Handling.
Open-source alternatives to albertodebortoli/promis include: boltsframework/bolts-objc — Bolts-ObjC is an Objective-C mobile development library providing tools for coordinating asynchronous operations and… boltsframework/bolts-swift — Bolts-Swift is a concurrency control framework designed to manage asynchronous workflows in native mobile… cesarferreira/swifteventbus — A publish/subscribe EventBus optimized for iOS. deput/rwpromisekit — A light-weighted Promise library for Objective-C. freshos/then — :clapper: Tame async code with battle-tested promises. 100mango/swiftnotificationcenter — A Protocol-Oriented NotificationCenter which is type safe, thread safe and with memory safety.