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

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

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

9 مستودعات

Awesome GitHub RepositoriesSequential Task Execution

Executing a series of asynchronous computations one after another in a strict linear order.

Distinct from Sequential Task Execution: Existing candidates focus on project dependencies or test suites; this is a general functional programming concurrency primitive.

Explore 9 awesome GitHub repositories matching software engineering & architecture · Sequential Task Execution. Refine with filters or upvote what's useful.

Awesome Sequential Task Execution GitHub Repositories

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

    gcanti/fp-ts

    11,523عرض على GitHub↗

    fp-ts is a TypeScript library that brings pure functional programming patterns to the language through algebraic data types, type class abstractions, and composable combinators. It provides foundational data types like Option for optional values, Either for typed error handling, and Task for lazy asynchronous computations, all designed to make invalid states unrepresentable and side effects explicit. The library is built on category theory concepts, offering type classes such as Functor, Applicative, Monad, Semigroup, and Monoid with lawful instances for common data structures. The library di

    Executes multiple tasks one after another using a sequential applicative instance.

    TypeScriptalgebraic-data-typesfunctional-programmingtypescript
    عرض على GitHub↗11,523
  • basecamp/omakubالصورة الرمزية لـ basecamp

    basecamp/omakub

    8,054عرض على GitHub↗

    Omakub is an automated Ubuntu setup tool that transforms a fresh Ubuntu installation into a complete web development workstation with a single command. It provisions a full desktop environment with curated developer tools, editors, terminals, and productivity applications, applying opinionated system settings and desktop preferences through a shell-script-based automation process. The tool coordinates multiple package managers to install software from different sources, applies user preferences by copying pre-defined configuration files into the home directory, and is designed to be re-run sa

    Executes a linear series of shell commands in order, with each step depending on the successful completion of the previous one.

    Shell
    عرض على GitHub↗8,054
  • guzzle/promisesالصورة الرمزية لـ guzzle

    guzzle/promises

    7,717عرض على GitHub↗

    This project is a PHP implementation of the Promises/A+ specification, providing a library for managing asynchronous operations and deferred values. It serves as an asynchronous task coordinator that allows for the creation of non-blocking code through a promise-based pattern. The library enables the simulation of asynchronous coroutines, allowing non-blocking code to be written in a linear style. It features duck-typed interoperability, which allows it to integrate with any foreign object that implements a then method regardless of class inheritance. The project covers broader capabilities

    Executes a collection of promises according to a specified concurrency limit to ensure orderly execution.

    PHP
    عرض على GitHub↗7,717
  • name5566/leafالصورة الرمزية لـ name5566

    name5566/leaf

    5,513عرض على GitHub↗

    Leaf is a game server framework written in Go designed for building multiplayer game backends. It provides a modular backend architecture that organizes server logic into independent modules and includes a concurrent task scheduler for managing ordered, delayed, or recurring functions. The framework features a TCP and WebSocket server that manages simultaneous connections through a single interface. It incorporates a message router capable of decoding Protobuf and JSON data to map incoming network packets to specific internal server modules. The system includes capabilities for multi-protoco

    Runs asynchronous computations in a strict linear order using completion callbacks to ensure consistent state.

    Go
    عرض على GitHub↗5,513
  • dromara/dynamic-tpالصورة الرمزية لـ dromara

    dromara/dynamic-tp

    4,784عرض على GitHub↗

    Dynamic Thread Pool is a Java framework for the dynamic management, observability, and orchestration of thread pools. It allows for the real-time adjustment of thread pool parameters via external configuration centers without requiring application restarts. The project distinguishes itself by providing middleware orchestration, enabling the interception and tuning of thread pools embedded within third-party web servers and RPC frameworks. It further supports distributed tracing by propagating execution contexts and metadata from submitting threads to worker threads to maintain observability a

    Implements an ordered executor to process asynchronous tasks in a strict linear sequence to maintain data consistency.

    Javaapolloconsuldubbo
    عرض على GitHub↗4,784
  • sadanandpai/javascript-code-challengesالصورة الرمزية لـ sadanandpai

    sadanandpai/javascript-code-challenges

    4,451عرض على GitHub↗

    This repository is a collection of JavaScript coding challenges and a comprehensive interview guide. It provides reference implementations and educational examples designed to help developers master language fundamentals and prepare for technical interviews. The project covers a wide array of specialized implementations, including functional programming patterns like currying and partial application, as well as asynchronous patterns for concurrency control. It also includes practical examples of Document Object Model manipulation and the implementation of common data structures such as stacks

    Provides implementations for executing asynchronous tasks in a strict linear sequence.

    MDXchallengescoding-interviewfrontend
    عرض على GitHub↗4,451
  • alibaba/coobjcالصورة الرمزية لـ alibaba

    alibaba/coobjc

    4,016عرض على 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.

    Executes a series of asynchronous computations in a strict linear order to prevent nested callbacks.

    Objective-Cactoractor-modelarm64
    عرض على GitHub↗4,016
  • yeoman/yoالصورة الرمزية لـ yeoman

    yeoman/yo

    3,959عرض على GitHub↗

    Yo هو إطار عمل CLI لـ Node.js ومنسق قوالب مشاريع يُستخدم لأتمتة إنشاء مشاريع برمجية قياسية. يعمل كمولد مشاريع تفاعلي ومشغل سقالات (scaffolding) ينتج كوداً مصدرياً مخصصاً وبيانات وصفية بناءً على إدخال المستخدم والقوالب المحددة مسبقاً. يستخدم النظام بنية قائمة على الإضافات لاكتشاف وتنفيذ أدوات الإعداد الخارجية. يتميز بنظام ملفات يعتمد على الذاكرة يحل التعارضات قبل الالتزام بالتغييرات على القرص ونموذج تنسيق مهام قائمة الأولويات لضمان ترتيب التنفيذ الصحيح للإعدادات المعقدة. يغطي إطار العمل مجموعة واسعة من قدرات الأتمتة، بما في ذلك توجيه المستخدم التفاعلي، وتوليد الملفات القائم على القوالب، وتعديل بيانات الحزمة البرمجية برمجياً. كما يوفر أدوات لأتمتة تثبيت التبعية، وإدارة دورة حياة المولد، وأطر عمل الاختبار للتحقق من هياكل ملفات الإخراج.

    Executes a series of defined methods in a strict linear order to automate project setup.

    JavaScript
    عرض على GitHub↗3,959
  • amanjeetsingh150/kotlin-android-examplesالصورة الرمزية لـ amanjeetsingh150

    amanjeetsingh150/kotlin-android-examples

    1,058عرض على GitHub↗

    This repository provides a comprehensive collection of functional code samples designed to demonstrate modern development patterns and architectural practices for the Android platform using Kotlin. It serves as a practical guide for implementing standard design patterns that decouple business logic from user interface components, ensuring that applications remain maintainable and testable. The project distinguishes itself by offering isolated, hands-on implementations of complex mobile programming tasks. It covers a wide range of capabilities, including asynchronous networking, local database

    Executes asynchronous operations sequentially on background threads to ensure ordered completion.

    Kotlinandroidandroid-applicationandroid-development
    عرض على GitHub↗1,058
  1. Home
  2. Software Engineering & Architecture
  3. Sequential Task Execution