Update of /cvsroot/boost/boost/libs/asio/doc
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27234
Modified Files:
reference.qbk
Log Message:
Update io_service documentation.
Index: reference.qbk
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/doc/reference.qbk,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- reference.qbk 22 Apr 2007 09:34:39 -0000 1.6
+++ reference.qbk 7 May 2007 12:54:05 -0000 1.7
@@ -23751,7 +23751,7 @@
The run() function blocks until all work has finished and there are no more
handlers to be dispatched, or until the io_service has been stopped.
-Multiple threads may call the run() function to set up a pool of threads from
which the io_service may execute handlers.
+Multiple threads may call the run() function to set up a pool of threads from
which the io_service may execute handlers. All threads that are waiting in the
pool are equivalent and the io_service may choose any one of them to invoke a
handler.
The run() function may be safely called again once it has completed only after
a call to reset().
@@ -23785,7 +23785,7 @@
The run() function blocks until all work has finished and there are no more
handlers to be dispatched, or until the io_service has been stopped.
-Multiple threads may call the run() function to set up a pool of threads from
which the io_service may execute handlers.
+Multiple threads may call the run() function to set up a pool of threads from
which the io_service may execute handlers. All threads that are waiting in the
pool are equivalent and the io_service may choose any one of them to invoke a
handler.
The run() function may be safely called again once it has completed only after
a call to reset().
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs