mirror of
https://github.com/boostorg/asio.git
synced 2026-01-19 04:02:09 +00:00
8f570d4664c63e9827023d258be4bc857ebb1a4f
Add a new configuration option "reactor" / "use_timerfd" that is used by the epoll_reactor. When true (the default), the reactor uses a timerfd descriptor to manage timeouts. When false, the duration until the next timeout is computed and passed as a timeout to epoll_wait.
Description
Mirrored via gitea-mirror
Languages
C++
99.6%
HTML
0.2%
Perl
0.2%