awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • rust-windowing/winitrust-windowing 的头像

    rust-windowing/winit

    6,024在 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
    在 GitHub 上查看↗6,024
  • twisted/twistedtwisted 的头像

    twisted/twisted

    5,969在 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
    在 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