mirror of
https://github.com/boostorg/asio.git
synced 2026-01-27 06:32:08 +00:00
fba6c4ccbdd99bf09007ee6c0635154dce2e0d6f
The epoll_reactor now supports the use of regular file descriptors with posix::stream_descriptor, provided the I/O operations on them never fail with EAGAIN or EWOULDBLOCK. If the descriptor cannot be added to the epoll set using epoll_ctl, and errno is EPERM (indicating an unsupported descriptor type), then no error condition is raised. Instead, any operation which would require a trip through the reactor will fail.
Description
Mirrored via gitea-mirror
Languages
C++
99.6%
HTML
0.2%
Perl
0.2%