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 RepositoriesMultiplexing Abstractions

Interfaces that select the most efficient system-level event notification mechanism available on the host operating system.

Distinct from OS-Specific Integration Modules: Distinct from general OS integration: focuses specifically on selecting and abstracting system-level I/O multiplexing mechanisms like epoll or kqueue.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Multiplexing Abstractions. Refine with filters or upvote what's useful.

Awesome Multiplexing Abstractions GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • libevent/libeventAvatar de libevent

    libevent/libevent

    11,914Ver en GitHub↗

    Libevent is a cross-platform library that provides a mechanism for executing callback functions when specific events occur on file descriptors, signals, or timers. It functions as a network event loop framework, enabling the development of applications that manage concurrent network connections and non-blocking input and output operations within a single execution context. The library distinguishes itself by providing a portable abstraction layer that automatically selects the most efficient system-level event notification mechanism available on the host operating system. It includes thread-s

    Automatically selects the most efficient system-level event notification mechanism available on the host operating system.

    Casyncccross-platform
    Ver en GitHub↗11,914
  • chriskohlhoff/asioAvatar de chriskohlhoff

    chriskohlhoff/asio

    5,896Ver en GitHub↗

    Asio is a C++ library for performing network and low-level I/O operations using a consistent asynchronous model that avoids blocking program execution. It provides a portable, cross-platform interface for network socket communication across different operating systems, and manages multiple asynchronous operations without requiring explicit thread management or locking. The library implements a proactor-based asynchronous model where operations post completion handlers to a queue for later execution, and wraps operating system I/O multiplexing mechanisms like epoll, kqueue, IOCP, and select in

    Selects the most efficient system-level event notification mechanism available on the host operating system.

    C++
    Ver en GitHub↗5,896
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel and Core Internals
  4. System Programming Primitives
  5. System Abstractions
  6. OS-Specific Integration Modules
  7. Multiplexing Abstractions