book-exploring-epoll-kqueue-iocp icon indicating copy to clipboard operation
book-exploring-epoll-kqueue-iocp copied to clipboard

Rendered version is found at: https://cfsamsonbooks.gitbook.io/epoll-kqueue-iocp-explained/

Results 4 book-exploring-epoll-kqueue-iocp issues
Sort by recently updated
recently updated
newest added

For me on WSL2, I receive the events in below order ``` RECEIVED: Event { events: 1, epoll_data: 1 } RECEIVED: Event { events: 1, epoll_data: 2 } RECEIVED: Event...

`slowwly.robertomurray.co.uk:80` is dead, so it cannot be used.

I see that the code is something like this: ```rust while event_counter > 0 { // The API expects us to pass in an arary of `Event` structs. // This...