1.. _module-pw_async2_epoll: 2 3=============== 4pw_async2_epoll 5=============== 6.. pigweed-module:: 7 :name: pw_async2_epoll 8 9.. _epoll: https://man7.org/linux/man-pages/man7/epoll.7.html 10 11This is a simple backend for ``pw_async2`` that uses a ``Dispatcher`` backed 12by Linux's `epoll`_ notification system. 13