awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • redux-saga/redux-sagaAvatar redux-saga

    redux-saga/redux-saga

    22,443Vezi pe 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
    Vezi pe GitHub↗22,443
  1. Home
  2. Web Development
  3. Backend Development
  4. Background Task Managers
  5. State-Aware Task Control