polling/examples
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
..
tcp_client.rs feat: Replace is_connect_failed with is_err 2024-03-20 22:04:46 -07:00
two-listeners.rs breaking: Extract the Events struct and make the Event struct opaque 2023-08-14 10:03:20 -07:00
wait-signal.rs tests: Fix clippy error in wait-signal 2024-01-27 21:17:58 -08:00