awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 مستودعات

Awesome GitHub RepositoriesAsync Flow Patterns

Coding patterns for managing sequential and concurrent asynchronous operations using promises and async/await.

Distinct from Asynchronous Task Managers: Focuses on language-level syntax and patterns for async flow rather than high-level task orchestration frameworks.

Explore 8 awesome GitHub repositories matching software engineering & architecture · Async Flow Patterns. Refine with filters or upvote what's useful.

Awesome Async Flow Patterns GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • javascript-tutorial/en.javascript.infoالصورة الرمزية لـ javascript-tutorial

    javascript-tutorial/en.javascript.info

    25,344عرض على GitHub↗

    This project is a comprehensive JavaScript programming tutorial and language reference. It serves as a web development education resource providing instruction on modern language fundamentals, object-oriented design, and advanced asynchronous programming patterns. The resource functions as both a frontend development guide and a technical reference. It covers core language features such as closures, prototypes, promises, and typed arrays, while providing practical lessons on managing browser data and handling network requests. The content spans several key capability areas, including browser

    Teaches coding patterns for managing sequential and concurrent asynchronous operations using modern JavaScript syntax.

    HTMLenglishjavascripttutorial
    عرض على GitHub↗25,344
  • gaearon/redux-thunkالصورة الرمزية لـ gaearon

    gaearon/redux-thunk

    17,694عرض على GitHub↗

    Redux-thunk is a middleware for Redux that enables action creators to return functions instead of plain objects. It serves as an asynchronous state management tool and functional action dispatcher that coordinates complex workflows and delays state updates until asynchronous tasks are complete. This middleware grants action creators access to the store state and dispatch methods, allowing for the execution of conditional logic and the coordination of multiple asynchronous operations. It enables the injection of custom dependencies and service layers to decouple business logic from the core st

    Coordinates multiple asynchronous operations using promises and async/await within action creators.

    TypeScript
    عرض على GitHub↗17,694
  • microsoft/rusttrainingالصورة الرمزية لـ microsoft

    microsoft/RustTraining

    14,636عرض على GitHub↗

    This project is a structured Rust programming curriculum and systems programming course designed to take learners from beginner to expert levels. It provides a comprehensive set of training materials focused on mastering the core syntax, idioms, and technical foundations of the Rust language. The project features a specialized language transition framework that maps concepts from C++, managed languages, and dynamic typing to Rust idioms. This allows developers from different ecosystems to translate architectural patterns and memory models into idiomatic Rust. The training covers a broad rang

    Instructs on building production-ready systems using asynchronous streams, backpressure, and graceful shutdowns.

    Rust
    عرض على GitHub↗14,636
  • drksephy/es6-cheatsheetالصورة الرمزية لـ DrkSephy

    DrkSephy/es6-cheatsheet

    13,327عرض على GitHub↗

    This project is a JavaScript ES6 reference guide and syntax cheatsheet. It serves as an ECMAScript language guide providing technical examples and a curated list of tips for implementing modern JavaScript patterns. The guide covers a wide range of language features, including the use of classes for object blueprints, module systems for code organization, and arrow functions to preserve execution context. It provides instructions on utilizing block-scoped variables, template literals for string interpolation, and destructuring for nested data extraction. The reference also addresses asynchron

    Offers a comprehensive guide to managing asynchronous workflows using modern Promises and async/await syntax.

    JavaScript
    عرض على GitHub↗13,327
  • luckypennysoftware/mediatrالصورة الرمزية لـ LuckyPennySoftware

    LuckyPennySoftware/MediatR

    11,840عرض على GitHub↗

    MediatR is a .NET mediator pattern library that serves as an in-process message broker. It decouples message senders from handlers by using a central mediator to route requests, commands, and events. The system functions as a request-response dispatcher that routes single requests to dedicated handlers and an event publisher that broadcasts notifications to multiple decoupled handlers for simultaneous processing. It also provides pipeline behavior middleware to execute shared pre- and post-processing logic across incoming messages. The library handles in-process message dispatching and decou

    Implements asynchronous request and notification handling using the .NET Task-based asynchronous pattern.

    C#hacktoberfest
    عرض على GitHub↗11,840
  • labs42io/clean-code-typescriptالصورة الرمزية لـ labs42io

    labs42io/clean-code-typescript

    9,764عرض على GitHub↗

    This project is a set of software engineering standards and architectural patterns for writing maintainable and refactorable TypeScript code. It provides a comprehensive guide for implementing clean code principles, focusing on the application of SOLID design and structural patterns to build decoupled systems. The framework prioritizes composition over inheritance and utilizes dependency inversion to reduce system coupling. It establishes standards for strict static typing and the use of read-only modifiers to ensure type safety and eliminate runtime errors. The guidance covers a broad range

    Implements async/await patterns and promise-based error handling to manage complex background tasks.

    TypeScriptbest-practicesclean-architectureclean-code
    عرض على GitHub↗9,764
  • dop251/gojaالصورة الرمزية لـ dop251

    dop251/goja

    6,914عرض على GitHub↗

    Goja is a JavaScript engine and ECMAScript compliant interpreter implemented entirely in Go. It serves as an embedded scripting engine that allows Go applications to execute JavaScript code and integrate a programmable scripting layer without relying on Cgo or external native dependencies. The project functions as a bridge between Go and JavaScript, enabling bidirectional data exchange and function invocation. It allows Go hosts to expose native structs, slices, and maps as JavaScript objects and arrays, while providing mechanisms to export script values and functions back into native Go type

    Implements asynchronous flow patterns by managing promise resolution and rejection to trigger deferred reactions.

    Go
    عرض على GitHub↗6,914
  • felipe-augusto/clean-code-javascriptالصورة الرمزية لـ felipe-augusto

    felipe-augusto/clean-code-javascript

    4,891عرض على GitHub↗

    This project is a comprehensive guide and set of engineering standards for writing readable, maintainable, and scalable JavaScript code. It provides a framework for software architecture, refactoring patterns, and clean coding practices designed to improve codebase health and longevity. The guide emphasizes the application of SOLID principles and architectural strategies such as dependency inversion and the separation of concerns. It focuses on transforming complex conditional logic through polymorphism and refactoring, while promoting a transition from imperative loops to declarative functio

    Uses promises and async/await to flatten callback chains and standardize asynchronous flow.

    JavaScriptclean-codejavascript
    عرض على GitHub↗4,891
  1. Home
  2. Software Engineering & Architecture
  3. Asynchronous Task Managers
  4. Async Flow Patterns