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
The easiest Future and Promises framework in Swift. No magic. No boilerplate.
A Protocol-Oriented NotificationCenter which is type safe, thread safe and with memory safety
The main features of 100mango/swiftnotificationcenter are: Async and Event Handling.
Open-source alternatives to 100mango/swiftnotificationcenter 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. albertodebortoli/promis — The easiest Future and Promises framework in Swift. No magic. No boilerplate.