awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesAsynchronous Programming Patterns

Utilities for managing non-blocking operations and future composition.

Distinguishing note: Focuses on architectural patterns for concurrency rather than language-level primitives.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Asynchronous Programming Patterns. Refine with filters or upvote what's useful.

Awesome Asynchronous Programming Patterns GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • vapor/vaporAvatar de vapor

    vapor/vapor

    26,138Voir sur GitHub↗

    Vapor is a comprehensive server-side web framework designed for building scalable, high-performance applications and APIs in Swift. It provides a non-blocking, event-loop-based runtime that manages concurrent task processing, background job queues, and asynchronous request handling. The framework is built around a dependency injection container that manages the lifecycle and resolution of services, configurations, and database connections throughout the request pipeline. The framework distinguishes itself through a protocol-oriented design that emphasizes type safety across all layers of the

    Provides reference types for chaining and transforming asynchronous results without blocking execution threads.

    Swiftframeworkhttphttp2
    Voir sur GitHub↗26,138
  • rust-lang/bookAvatar de rust-lang

    rust-lang/book

    17,930Voir sur GitHub↗

    The Rust Programming Language Book is the official technical guide and educational resource for the Rust language. It provides a comprehensive walkthrough of the language's design, focusing on its core identity as a systems programming language that enforces memory safety and high-performance execution without the need for a garbage collector. The project is distinguished by its focus on ownership, borrowing, and lifetime tracking, which allow the compiler to verify memory safety and thread safety at compile time. It covers the language's unique approach to zero-cost abstractions, including t

    Combines asynchronous primitives into reusable patterns for complex non-blocking operations.

    Rustbookmdbookrust
    Voir sur GitHub↗17,930
  • thangchung/clean-code-dotnetAvatar de thangchung

    thangchung/clean-code-dotnet

    7,615Voir sur GitHub↗

    This project provides a comprehensive collection of best practices, architectural patterns, and coding standards for the .NET ecosystem. It serves as a guide for developers to improve the readability, maintainability, and testability of C# applications by applying established software engineering principles. The repository focuses on enforcing consistent code style and structure through automated configuration rules. It emphasizes the use of SOLID design principles to create modular, loosely coupled components, alongside structured exception management to ensure diagnostic information is pres

    Implements task-based asynchronous patterns to maintain application responsiveness and efficient thread management.

    C#aspnetawesomeazure
    Voir sur GitHub↗7,615
  1. Home
  2. Software Engineering & Architecture
  3. Asynchronous Programming Patterns