awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesAsynchronous Effect Cancellations

Mechanisms for immediately terminating active asynchronous workflows based on timeouts or external signals.

Distinct from Execution Interrupts: Distinct from Execution Interrupts by focusing on the immediate cancellation of asynchronous effect blueprints rather than just pausing long-running processes.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Asynchronous Effect Cancellations. Refine with filters or upvote what's useful.

Awesome Asynchronous Effect Cancellations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • effector/effectorAvatar von effector

    effector/effector

    4,837Auf GitHub ansehen↗

    Effector is a reactive state management library designed for building complex, event-driven applications. It functions as a data flow engine that models application logic as a directed acyclic graph, ensuring that state updates propagate automatically through interconnected nodes. By utilizing atomic state updates and declarative unit composition, the library maintains data consistency and provides a predictable execution model for managing application state. The project distinguishes itself through its framework-agnostic architecture, which decouples business logic from user interface implem

    Aborts an ongoing asynchronous operation before it finishes to prevent unnecessary processing or state updates.

    TypeScriptbusiness-logiceffectorevent-driven
    Auf GitHub ansehen↗4,837
  • zerobias/effectorAvatar von zerobias

    zerobias/effector

    4,837Auf GitHub ansehen↗

    Effector is a reactive state management library and data flow orchestrator designed for building complex, event-driven applications. It models application logic as a directed acyclic graph, where state updates and asynchronous side effects propagate automatically through declarative pipelines. By decoupling business logic from user interface layers, it allows developers to maintain state in independent containers that communicate via standard interfaces, ensuring the system remains framework-agnostic. The library distinguishes itself through its robust support for isolated execution scopes, w

    Terminates active asynchronous operations immediately to prevent unnecessary processing or state updates.

    TypeScript
    Auf GitHub ansehen↗4,837
  1. Home
  2. Software Engineering & Architecture
  3. Execution Interrupts
  4. Asynchronous Effect Cancellations