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 RepositoriesRuntime Event Loop Controls

Mechanisms to instruct the runtime to return immediately rather than waiting for pending tasks.

Distinct from Event Loop Configuration: Distinct from Event Loop Configuration: focuses on runtime control to prevent timeouts, not parameter tuning.

Explore 1 awesome GitHub repository matching software engineering & architecture · Runtime Event Loop Controls. Refine with filters or upvote what's useful.

Awesome Runtime Event Loop Controls GitHub Repositories

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

    socketry/async

    2,447Vezi pe GitHub↗

    This project is a framework for building concurrent, event-driven applications in Ruby. It provides a core engine that orchestrates non-blocking input and output operations, allowing developers to handle high-volume network traffic and system tasks without the complexity of traditional callback-based programming. By leveraging lightweight fibers, the library enables cooperative multitasking that maintains responsiveness during heavy data processing workloads. The framework distinguishes itself through a structured concurrency model that organizes tasks into parent-child hierarchies. This appr

    Enables orchestration of the event loop by managing wait times and iteration control.

    Rubyasyncasynchronousruby
    Vezi pe GitHub↗2,447
  1. Home
  2. Software Engineering & Architecture
  3. Event Loop Configuration
  4. Runtime Event Loop Controls