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

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

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

1 个仓库

Awesome GitHub RepositoriesPlatform Event Loop Adapters

Switches between platform-native event loops without changing application code.

Distinct from Event Loop Integrations: Distinct from Event Loop Integrations: focuses on adapting multiple platform-specific loops, not general interoperability.

Explore 1 awesome GitHub repository matching development tools & productivity · Platform Event Loop Adapters. Refine with filters or upvote what's useful.

Awesome Platform Event Loop Adapters GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • 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,

    Switches between select, poll, epoll, kqueue, and IOCP event loops transparently.

    Pythonasyncasync-pythondns
    在 GitHub 上查看↗5,969
  1. Home
  2. Development Tools & Productivity
  3. Event Loop Integrations
  4. Platform Event Loop Adapters