Module s1_io_model

Source
Expand description

第三章:Rust 异步编程概念

§3.1 异步 I/O 模型

  • 基本概念: 同步/异步、阻塞/非阻塞IO、多路复用、epoll/io_uring
  • Reactor/Preactor模型 与 事件抽象
  • minimio/mio

Functions§

basic_concept
异步 I/O 模型
epoll
epoll
epoll_server
Rust 实现 epoll server 示例讲解
event_driven
事件驱动编程模型
io_uring
io_uring 异步 I/O 模型