awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesPlatform Event Loop Pumps

Runs a platform-specific main loop that polls for system events and dispatches them to user callbacks.

Distinct from Event Loop Initializers: Distinct from Event Loop Initializers: covers the full polling and dispatch cycle, not just initialization.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Platform Event Loop Pumps. Refine with filters or upvote what's useful.

  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel and Core Internals
  4. Event Loops
  5. Event Loop Initializers
  6. Platform Event Loop Pumps

Awesome Platform Event Loop Pumps GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • rust-windowing/winitAvatar de rust-windowing

    rust-windowing/winit

    6,024Ver en GitHub↗

    Window handling library in pure Rust

    Runs the platform-specific main loop that polls for system events and dispatches them to user callbacks.

    Rustandroidguiios
    Ver en GitHub↗6,024
  • twisted/twistedAvatar de twisted

    twisted/twisted

    5,969Ver en GitHub↗

    Twisted is an event-driven networking engine for Python that provides a framework for building asynchronous network applications. At its core, it uses a reactor-based event loop to drive all input and output, dispatching callbacks in a single thread without blocking. The library implements a deferred promise chain for composing asynchronous logic, along with a protocol and factory pattern that separates connection state management from protocol handling, enabling reusable handlers for different network protocols. The framework supports multiple event loops across platforms, including select,

    Runs network code on select, poll, epoll, kqueue, IOCP, or GUI event loops for cross-platform compatibility.

    Pythonasyncasync-pythondns
    Ver en GitHub↗5,969