xref: /aosp_15_r20/external/pigweed/pw_async2_epoll/docs.rst (revision 61c4878ac05f98d0ceed94b57d316916de578985)
1.. _module-pw_async2_epoll:
2
3===================
4pw_async2_epoll
5===================
6.. _epoll: https://man7.org/linux/man-pages/man7/epoll.7.html
7
8This is a simple backend for ``pw_async2`` that uses a ``Dispatcher`` backed
9by Linux's `epoll`_ notification system.
10