awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesAsynchronous Flow Control

Architectural patterns and utilities for managing non-blocking execution and callback-to-promise transitions.

Distinct from Asynchronous Workflow Management: Distinct from background task management or human workflows; focuses on the technical async/await control flow.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Asynchronous Flow Control. Refine with filters or upvote what's useful.

Awesome Asynchronous Flow Control GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • talelin/lin-uiAvatar TaleLin

    TaleLin/lin-ui

    4,155Vezi pe GitHub↗

    Lin-ui este o bibliotecă de componente și un toolkit de dezvoltare conceput special pentru crearea de aplicații WeChat Mini Program. Funcționează ca un framework UI responsiv care oferă componente de interfață pre-construite și un set de funcții helper pentru medii de aplicații mobile. Proiectul include un instrument de build axat pe optimizarea bundle-ului de mini-programe, permițând compilarea componentelor specifice și eliminarea activelor neutilizate pentru a reduce dimensiunea pachetului. De asemenea, dispune de un sistem pentru design de interfață responsiv care traduce valorile statice de pixeli în unități flexibile pentru diferite dimensiuni de ecran. Toolkit-ul acoperă capabilități mai largi, inclusiv gestionarea fluxurilor de lucru asincrone pentru a converti callback-urile în promise-uri și utilitare pentru manipularea datelor de tip șir și array. Oferă un sistem de configurare globală pentru a personaliza stilurile componentelor și culorile temei. Configurarea inițială este susținută printr-o interfață în linie de comandă (CLI) utilizată pentru a boota șabloane de proiect și a genera structuri de directoare standardizate.

    Simplifies complex callback functions into promises to create more readable asynchronous code.

    JavaScript
    Vezi pe GitHub↗4,155
  • jquery/qunitAvatar jquery

    jquery/qunit

    4,035Vezi pe GitHub↗

    QUnit is a JavaScript unit testing framework designed to verify code behavior using assertions and lifecycle hooks across browsers and server runtimes. It functions as a browser-based test runner with an HTML interface for reporting results, an asynchronous test orchestrator for coordinating callbacks, and a utility for isolating and verifying document object model changes. The framework distinguishes itself through specialized DOM testing capabilities, allowing for the isolation and resetting of the document object model between tests to ensure atomicity. It also features a system for detect

    Validates the execution order of asynchronous callbacks or event listeners to ensure events occur in the correct sequence.

    JavaScript
    Vezi pe GitHub↗4,035
  • facebook/regeneratorAvatar facebook

    facebook/regenerator

    3,827Vezi pe GitHub↗

    Regenerator is a JavaScript generator transpiler and build-time code processor. It converts ECMAScript generator functions and asynchronous iteration into ES5 compatible state machines to ensure modern control flow works in legacy runtimes. The project functions as an ES5 compatibility transformer that rewrites advanced asynchronous patterns into standard JavaScript. It includes a runtime polyfill helper library to manage the iteration protocol and coordinate state transitions for the transpiled code. The tool provides capabilities for language transformation and asynchronous workflow polyfi

    Implements technical asynchronous flow control to enable generator-like behavior in legacy runtimes.

    JavaScript
    Vezi pe GitHub↗3,827
  1. Home
  2. Software Engineering & Architecture
  3. Asynchronous Flow Control

Explorează sub-etichetele

  • Async Sequence ValidationVerification that asynchronous callbacks or event listeners execute in a specific, expected order. **Distinct from Asynchronous Flow Control:** Distinct from Asynchronous Flow Control: focuses on validating the order of execution rather than managing the flow itself.