awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesConcurrent Effect Coordination

Coordination of asynchronous program flow and side effects using effect handlers.

Distinct from Concurrent Effect Combinators: Specifically focuses on using algebraic effect handlers for workflow concurrency rather than simple value aggregation combinators.

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

Awesome Concurrent Effect Coordination GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • yelouafi/redux-sagaAvatar de yelouafi

    yelouafi/redux-saga

    22,443Ver en GitHub↗

    Redux-Saga is a middleware library for Redux applications that manages asynchronous data flows and complex side effects. It serves as a decoupled state management effect layer and workflow orchestrator, utilizing JavaScript generator functions to pause and resume asynchronous operations without blocking the application. The library distinguishes itself by using generators to manage sequential or parallel tasks and state transitions outside of the main user interface thread. This approach allows for the coordination of complex asynchronous workflows, such as multi-step data fetching and API ca

    Coordinates complex asynchronous flows and side effects using an effect-handler architecture.

    JavaScript
    Ver en GitHub↗22,443
  • ocaml/ocamlAvatar de ocaml

    ocaml/ocaml

    6,514Ver en GitHub↗

    OCaml is a strongly typed functional language featuring a sophisticated type system and a focus on safety and expressiveness. It provides a comprehensive compiling toolchain that transforms source code into either portable bytecode or high-performance native binaries. The project is distinguished by a shared memory parallel runtime that executes computations across multiple processor cores using domains, and an algebraic effect system for managing side effects and control flow through execution context handlers. It also includes a dedicated parser generator to automatically create lexers and

    Coordinates asynchronous program flow and side effects using effect handlers to organize concurrent operations.

    OCamlcompilerfunctional-languageocaml
    Ver en GitHub↗6,514
  1. Home
  2. Software Engineering & Architecture
  3. Concurrent Effect Combinators
  4. Concurrent Effect Coordination