awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesState-Aware Task Control

Controlling background tasks through state actions while maintaining access to the global store.

Distinct from Background Task Managers: Distinct from generic background managers: specifically integrates with a global state store via action dispatches.

Explore 1 awesome GitHub repository matching web development · State-Aware Task Control. Refine with filters or upvote what's useful.

Awesome State-Aware Task Control GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • redux-saga/redux-sagaredux-saga 的头像

    redux-saga/redux-saga

    22,443在 GitHub 上查看↗

    Redux-Saga is a middleware for managing complex asynchronous flows and side effects in Redux applications. It functions as an asynchronous state orchestrator and side effect manager that uses JavaScript generator functions to coordinate concurrent tasks and long-running background processes tied to a global state store. The system utilizes a generator-based effect middleware to handle external I/O and API requests outside of the main application logic. It provides a mechanism to start, pause, and cancel multiple asynchronous operations, allowing the application to prevent race conditions and

    Starts, pauses, and cancels asynchronous operations using action dispatches while maintaining global state access.

    JavaScript
    在 GitHub 上查看↗22,443
  1. Home
  2. Web Development
  3. Backend Development
  4. Background Task Managers
  5. State-Aware Task Control