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 490ab50..2267b4a 100644 --- a/doc/socket.html +++ b/doc/socket.html | |||
@@ -244,6 +244,10 @@ method or <tt>accept</tt> might block forever. | |||
244 | it to <tt>select</tt>, it will be ignored. | 244 | it to <tt>select</tt>, it will be ignored. |
245 | </p> | 245 | </p> |
246 | 246 | ||
247 | <p class=note> | ||
248 | <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. | ||
249 | </p> | ||
250 | |||
247 | <!-- sink ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | 251 | <!-- sink ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> |
248 | 252 | ||
249 | <p class=name id=sink> | 253 | <p class=name id=sink> |