awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
albertodebortoli avatar

albertodebortoli/Promis

0
View on GitHub↗
108 stars·6 forks·Swift·MIT·9 viewsalbertodebortoli.com↗

Promis

The easiest Future and Promises framework in Swift. No magic. No boilerplate.

Features

  • Async and Event Handling - Lightweight future and promise framework.

Star history

Star history chart for albertodebortoli/promisStar history chart for albertodebortoli/promis

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.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Promis

Similar open-source projects, ranked by how many features they share with Promis.
  • boltsframework/bolts-objcBoltsFramework avatar

    BoltsFramework/Bolts-ObjC

    5,622View on GitHub↗

    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

    Objective-C
    View on GitHub↗5,622
  • boltsframework/bolts-swiftBoltsFramework avatar

    BoltsFramework/Bolts-Swift

    1,317View on GitHub↗

    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

    Swift
    View on GitHub↗1,317
  • cesarferreira/swifteventbuscesarferreira avatar

    cesarferreira/SwiftEventBus

    1,123View on GitHub↗

    A publish/subscribe EventBus optimized for iOS

    Swift
    View on GitHub↗1,123
  • 100mango/swiftnotificationcenter100mango avatar

    100mango/SwiftNotificationCenter

    629View on GitHub↗

    A Protocol-Oriented NotificationCenter which is type safe, thread safe and with memory safety

    Swift
    View on GitHub↗629
See all 13 alternatives to Promis→

Frequently asked questions

What does albertodebortoli/promis do?

The easiest Future and Promises framework in Swift. No magic. No boilerplate.

What are the main features of albertodebortoli/promis?

The main features of albertodebortoli/promis are: Async and Event Handling.

What are some open-source alternatives to albertodebortoli/promis?

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.