diff options
Diffstat (limited to 'doc/socket.html')
-rw-r--r-- | doc/socket.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/socket.html b/doc/socket.html index f096e4b..4d44f01 100644 --- a/doc/socket.html +++ b/doc/socket.html | |||
@@ -217,6 +217,10 @@ method or <tt>accept</tt> might block forever. | |||
217 | it to <tt>select</tt>, it will be ignored. | 217 | it to <tt>select</tt>, it will be ignored. |
218 | </p> | 218 | </p> |
219 | 219 | ||
220 | <p class=note> | ||
221 | <b>Using select with non-socket objects</b>: Any object that implements <tt>getfd</tt> and <tt>dirty</tt> can be used with <tt>select</tt>, allowing objects from other libraries to be used within a <tt>socket.select</tt> driven loop. | ||
222 | </p> | ||
223 | |||
220 | <!-- sink ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | 224 | <!-- sink ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> |
221 | 225 | ||
222 | <p class=name id=sink> | 226 | <p class=name id=sink> |