returns zero on success, anything else is an error.
NYI non blocking needs some kind of polling mechanism like epoll / kqueue probably not good enough: - select "can monitor only file descriptors numbers
- poll is in O(n) difficult to implement on windows, read here: https://notgull.github.io/device-afd/
returns zero on success, anything else is an error.
NYI non blocking needs some kind of polling mechanism like epoll / kqueue
probably not good enough:
- select "can monitor only file descriptors numbers
- poll is in O(n)
difficult to implement on windows, read here: https://notgull.github.io/device-afd/