-
- Downloads
Add an additional for of socket_select() that is passed multiple arrays.
It will return an object with properties corresponding to the passed arrays, and the write parameter will be ignored. This allows usage very much like the select() syscall, and allows a traditional non-blocking server to be written.
Please register or sign in to comment