awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • socketry/asyncالصورة الرمزية لـ socketry

    socketry/async

    2,447عرض على 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
    عرض على GitHub↗2,447
  1. Home
  2. Software Engineering & Architecture
  3. Event Loop Configuration
  4. Runtime Event Loop Controls