LUA: hide EINTR from scripts and remove the timeout feature
Timeout makes it too easy to write crappy code. It's also much easier to handle EINTR without timeout. This fixes a minor bug: revents was undefined if poll() failed.
Showing
Please register or sign in to comment