awesome-repositories.com
Blog
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
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesAsynchronous Sequence Generators

Generators that produce sequences of values where each element is fetched via an asynchronous operation.

Distinct from Asynchronous Generators: Focuses on the generic lazy production of async sequences, whereas the candidate specifically targets spreadsheet generation.

Explore 2 awesome GitHub repositories matching data & databases · Asynchronous Sequence Generators. Refine with filters or upvote what's useful.

Awesome Asynchronous Sequence Generators 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.

    Implements generators that produce sequences of values where each element is fetched via an async operation.

    Objective-Cactoractor-modelarm64
    Voir sur GitHub↗4,016
  • lewissbaker/cppcoroAvatar de lewissbaker

    lewissbaker/cppcoro

    3,818Voir sur GitHub↗

    cppcoro is a C++ coroutine library and concurrency toolkit providing primitives for asynchronous tasks, lazy generators, and non-blocking execution. It functions as an asynchronous I/O framework for managing network sockets and file operations through an event loop. The library features a work-stealing thread pool for distributing tasks across multiple cores and a set of async generators for producing lazy sequences of values both synchronously and asynchronously. It includes a concurrency toolkit with async mutexes, latches, and shared tasks to coordinate multi-threaded execution. Its capab

    Produces sequences of values lazily where each individual element is generated using asynchronous operations.

    C++asyncasync-awaitasynchronous-programming
    Voir sur GitHub↗3,818
  1. Home
  2. Data & Databases
  3. Spreadsheet Generators
  4. Asynchronous Generators
  5. Asynchronous Sequence Generators