awesome-repositories.com
Blog
MCP
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
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

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.

Awesome Platform Event Loop Pumps GitHub Repositories

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

    rust-windowing/winit

    6,024Vezi pe 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
    Vezi pe GitHub↗6,024
  • twisted/twistedAvatar twisted

    twisted/twisted

    5,969Vezi pe 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
    Vezi pe GitHub↗5,969
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel and Core Internals
  4. Event Loops
  5. Event Loop Initializers
  6. Platform Event Loop Pumps