polling/src
irvingouj @ Devolutions e25b3b4e4c
feat: Replace is_connect_failed with is_err
In linux, epoll, EPOLLHUP may happen even if no connection call is made. It
would confuse callers for what is actually happening.

Replaced is_connect_failed, and we detect if connection failed by using the
combination of is_err and is_interrupt, please see the example, tcp_client
2024-03-20 22:04:46 -07:00
..
iocp feat: Replace is_connect_failed with is_err 2024-03-20 22:04:46 -07:00
os feat: Add a way to wait on process by PID 2024-02-01 06:34:02 -08:00
epoll.rs feat: Replace is_connect_failed with is_err 2024-03-20 22:04:46 -07:00
kqueue.rs feat: Replace is_connect_failed with is_err 2024-03-20 22:04:46 -07:00
lib.rs feat: Replace is_connect_failed with is_err 2024-03-20 22:04:46 -07:00
os.rs feat: On RedoxOS, use epoll instead of the poll backend 2024-02-11 08:31:13 -08:00
poll.rs feat: Replace is_connect_failed with is_err 2024-03-20 22:04:46 -07:00
port.rs feat: Replace is_connect_failed with is_err 2024-03-20 22:04:46 -07:00