3 repository-uri
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.
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.
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.
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.