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
·

1 repository

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • 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,

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

    Pythonasyncasync-pythondns
    Vezi pe GitHub↗5,969
  1. Home
  2. Development Tools & Productivity
  3. Event Loop Integrations
  4. Platform Event Loop Adapters