polling/src
John Nunley 77b4ed1156
feat: On RedoxOS, use epoll instead of the poll backend
Technically RedoxOS supports the poll syscall, so we already support
RedoxOS. However, this is very slow. This commit ports this code to
epoll, which should be more efficient.

Closes #176
2024-02-11 08:31:13 -08:00
..
iocp feat: Add the ability to identify if the connection has failed 2024-01-26 12:58:39 -08:00
os feat: Add a way to wait on process by PID 2024-02-01 06:34:02 -08:00
epoll.rs feat: On RedoxOS, use epoll instead of the poll backend 2024-02-11 08:31:13 -08:00
kqueue.rs feat: Add the ability to identify if the connection has failed 2024-01-26 12:58:39 -08:00
lib.rs feat: On RedoxOS, use epoll instead of the poll backend 2024-02-11 08:31:13 -08:00
os.rs feat: On RedoxOS, use epoll instead of the poll backend 2024-02-11 08:31:13 -08:00
poll.rs Annotate ESP-IDF EPERM error with eventfd info 2024-01-27 21:17:58 -08:00
port.rs feat: Add the ability to identify if the connection has failed 2024-01-26 12:58:39 -08:00