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
freshOS avatar

freshOS/then

0
View on GitHub↗
996 stars·78 forks·Swift·MIT·13 views

Then

:clapper: Tame async code with battle-tested promises

Features

  • Async and Event Handling - Elegant syntax for asynchronous Swift code.

Star history

Star history chart for freshos/thenStar history chart for freshos/then

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. 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

Projects sharing features with Then

These projects share indexed features with Then. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • albertodebortoli/promisalbertodebortoli avatar

    albertodebortoli/Promis

    108View on GitHub↗

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

    Swift
    View on GitHub↗108
  • 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
  • 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
Compare all 13 related projects→

Frequently asked questions

What does freshos/then do?

:clapper: Tame async code with battle-tested promises

What are the main features of freshos/then?

The main features of freshos/then are: Async and Event Handling.

Which projects share features with freshos/then?

Projects with overlapping indexed features include: albertodebortoli/promis — The easiest Future and Promises framework in Swift. No magic. No boilerplate. 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. 100mango/swiftnotificationcenter — A Protocol-Oriented NotificationCenter which is type safe, thread safe and with memory safety.