Skip to content
Snippets Groups Projects
Commit 310d5482 authored by rswindell's avatar rswindell
Browse files

Updated socket_select() method implementation:

* new bool write argument (defaults to false - for readability checking)
* timeout is specified in seconds (with fractions supported) ala Socket.poll()
* socket array can be array of socket descriptors or Socket objects
* arguments can be given in any order and all but the socket array are optional
* updated method description for documentation
parent 7aef20af
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment