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

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

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

2 个仓库

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

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

    libevent/libevent

    11,914在 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
    在 GitHub 上查看↗11,914
  • chriskohlhoff/asiochriskohlhoff 的头像

    chriskohlhoff/asio

    5,896在 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++
    在 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