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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesAsynchronous Programming

Implementing non-blocking workflows and coroutines within the Objective-C language.

Distinct from Objective-C: Focuses on the asynchronous programming paradigm rather than general language resources

Explore 1 awesome GitHub repository matching programming languages & runtimes · Asynchronous Programming. Refine with filters or upvote what's useful.

Awesome Asynchronous Programming GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • alibaba/coobjcAvatar de alibaba

    alibaba/coobjc

    4,016Voir sur GitHub↗

    coobjc is an Objective-C coroutine library that provides await methods and generators to simplify asynchronous programming in Objective-C and Swift. It enables the implementation of non-blocking workflows to eliminate nested callbacks and thread blocking. The toolkit includes a non-blocking Foundation wrapper to convert synchronous Foundation and UIKit APIs into suspendable operations. It provides a lazy sequence generator for producing values on demand via yield, as well as a channel-based communication tool for exchanging data between concurrent tasks using buffered and unbuffered channels.

    Enables non-blocking workflows in Objective-C and Swift through the implementation of coroutines and await methods.

    Objective-Cactoractor-modelarm64
    Voir sur GitHub↗4,016
  1. Home
  2. Programming Languages & Runtimes
  3. Programming Language Varieties
  4. Programming Languages
  5. Systems & Low-Level
  6. Objective-C
  7. Asynchronous Programming