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
·

1 Repo

Awesome GitHub RepositoriesStream Error Cleanups

Executing side-effects such as logging or resource release when a stream fails, without altering the stream's output.

Distinct from Execution Error Captures: Distinct from Execution Error Captures: focuses on running cleanup side-effects on stream failure rather than capturing errors from concurrent tasks.

Explore 1 awesome GitHub repository matching web development · Stream Error Cleanups. Refine with filters or upvote what's useful.

Awesome Stream Error Cleanups GitHub Repositories

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

    zio/zio

    4,347Auf GitHub ansehen↗

    ZIO is a functional effect system for the JVM that models asynchronous and concurrent programs as pure, composable values with typed error handling and dependency injection. Its core identity is built on fiber-based concurrency, where lightweight, non-blocking fibers execute millions of concurrent tasks with structured lifecycle management, and a dual-channel error model that separates expected business failures from unexpected system defects at compile time. The system provides effect-typed dependency injection through a layer-based dependency graph, pull-based reactive stream processing with

    Provides operators for running cleanup side-effects when a stream fails, without altering the stream's output.

    Scalaasynchronicityasynchronousasynchronous-programming
    Auf GitHub ansehen↗4,347
  1. Home
  2. Web Development
  3. Error Handling
  4. Execution Error Captures
  5. Stream Error Cleanups