awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Asynchronous Task Orchestrators · Awesome GitHub Repositories

3 repos

Awesome GitHub RepositoriesAsynchronous Task Orchestrators

Frameworks and patterns for managing concurrent background processes and non-blocking event loops.

Distinguishing note: Focuses on the architectural pattern of non-blocking task management rather than specific language runtimes.

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

  1. Home
  2. Software Engineering & Architecture
  3. Asynchronous Task Orchestrators

Awesome Asynchronous Task Orchestrators GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • Textualize/textual

    Textualize/textual

    34,369View on GitHub↗

    This project is a framework for building interactive, graphical-style terminal applications. It provides a declarative component model that organizes user interfaces into a tree of nested widgets, each managing its own lifecycle, state, and rendering. By subclassing the base application class, developers can construct complex, keyboard-navigable interfaces that run directly within terminal emulators. The framework distinguishes itself through a reactive architecture and a CSS-based layout engine. It uses a reactive attribute system to automatically track state changes and trigger targeted int

    Provides systems for managing background operations and concurrency without blocking the main thread.

    Pythoncliframeworkpython
    34,369View on GitHub↗
  • assafelovic/gpt-researcher

    assafelovic/gpt-researcher

    25,367View on GitHub↗

    GPT Researcher is an autonomous agent framework designed to automate the process of gathering, synthesizing, and documenting information from diverse web and local sources. It functions as a research-oriented execution environment that orchestrates specialized agents to perform complex, multi-branch research tasks, transforming raw data into structured, factual, and cited reports. The project distinguishes itself through a graph-based orchestration layer that manages state transitions and information flow between specialized agents. It employs recursive tree-search execution to explore comple

    Manages long-running research processes by handling concurrent data retrieval and real-time progress updates through non-blocking callback mechanisms.

    Pythonagentaiautomation
    25,367View on GitHub↗
  • greenrobot/EventBus

    greenrobot/EventBus

    24,760View on GitHub↗

    EventBus is a publish-subscribe messaging library designed to facilitate decoupled communication between components in Java applications. It functions as a central hub where producers dispatch events that are routed to subscribers based on the class type of the payload. By using annotation-based markers, the system maps event handlers to specific data types, allowing different parts of an application to exchange information without requiring direct references between classes. The library distinguishes itself through a focus on performance and execution control. It utilizes a compile-time inde

    The Event Bus library allows configuring custom thread pools, event buses, and error handling scopes to manage background task execution and failure recovery within application logic.

    Java
    24,760View on GitHub↗