Update of /cvsroot/boost/boost/boost/asio
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv8637
Modified Files:
strand.hpp
Log Message:
Add documentation note specifying that pending handlers are still executed
after a strand is destroyed.
Index: strand.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/asio/strand.hpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- strand.hpp 4 Jan 2007 05:53:00 -0000 1.4
+++ strand.hpp 8 May 2007 13:40:08 -0000 1.5
@@ -55,6 +55,12 @@
}
/// Destructor.
+ /**
+ * Destroys a strand.
+ *
+ * Handlers posted through the strand that have not yet been invoked will
+ * still be dispatched in a way that meets the guarantee of non-concurrency.
+ */
~strand()
{
service_.destroy(impl_);
-------------------------------------------------------------------------
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