google-promises

repository·master·Indexed 26 days ago

https://github.com/google/promises

A synchronization framework for Swift and Objective-C that provides a modern way to manage asynchronous code using promise-based constructs. Supports macOS, iOS, tvOS, and watchOS, and is compatible with Bazel, SwiftPM, CocoaPods, and Carthage.

Tokens
115
Snippets
0
Records
2
Agent score
37%

What's inside google-promises

  1. Overview of Promises framework

    master
    Promises is a modern synchronization framework designed for Objective-C and Swift. It provides a structured way to handle asynchronous code, offering constructs to create, observe, and extend asynchronous operations through promises.
  2. Supported platforms and languages for Promises

    master

    The Promises framework supports the following environments and languages:

    Platforms:

    • macOS
    • iOS
    • tvOS
    • watchOS

    Languages:

    • Swift
    • Objective-C

    Package Managers:

    • Bazel
    • SwiftPM
    • CocoaPods
    • Carthage