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

FutureKit/FutureKit

0
View on GitHub↗
746 stars·64 forks·Swift·MIT·10 viewsfuturekit.org↗

FutureKit

A Swift based Future/Promises Library for IOS and OS X.

Features

  • Async and Event Handling - Future and promise library for iOS and macOS.
  • Event Handling - Library for futures and promises.

Star history

Star history chart for futurekit/futurekitStar history chart for futurekit/futurekit

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 FutureKit

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

    mxcl/PromiseKit

    14,238View on GitHub↗

    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

    Swift
    View on GitHub↗14,238
  • vadymmarkov/whenvadymmarkov avatar

    vadymmarkov/When

    263View on GitHub↗

    :alarm_clock: A lightweight implementation of Promises in Swift

    Swift
    View on GitHub↗263
  • cesarferreira/swifteventbuscesarferreira avatar

    cesarferreira/SwiftEventBus

    1,123View on GitHub↗

    A publish/subscribe EventBus optimized for iOS

    Swift
    View on GitHub↗1,123
  • aleclarson/emitter-kitaleclarson avatar

    aleclarson/emitter-kit

    563View on GitHub↗

    Type-safe event handling for Swift

    Swift
    View on GitHub↗563
Compare all 30 related projects→

Frequently asked questions

What does futurekit/futurekit do?

A Swift based Future/Promises Library for IOS and OS X.

What are the main features of futurekit/futurekit?

The main features of futurekit/futurekit are: Async and Event Handling, Event Handling.

Which projects share features with futurekit/futurekit?

Projects with overlapping indexed features include: 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.