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 RepositoriesMonadic Async Wrapping

Encapsulating asynchronous operations within monadic containers to chain non-blocking computations.

Distinct from Asynchronous Programming Workflows: Focuses on using containers (like Task/Future) to wrap coroutines, unlike general async runtime patterns.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Monadic Async Wrapping. Refine with filters or upvote what's useful.

Awesome Monadic Async Wrapping GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • dry-python/returnsAvatar dry-python

    dry-python/returns

    4,310Vezi pe GitHub↗

    Returns is a functional programming library for Python that provides type-safe containers for managing state, error handling, and optionality. It serves as a monadic container library and a type-safe error handling framework, replacing traditional try-catch blocks and null checks with Result and Optional containers to treat exceptions as data. The project is distinguished by its use of a specialized Mypy static analysis plugin to validate functional pipelines and emulate higher kinded types. It provides mechanisms for isolating side effects through IO containers and offers a framework for typ

    Wraps async operations in containers to compose non-blocking computations and handle exceptions without repetitive await statements.

    Python
    Vezi pe GitHub↗4,310
  1. Home
  2. Programming Languages & Runtimes
  3. Asynchronous Programming Workflows
  4. Monadic Async Wrapping