2 Repos
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.
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.
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.