]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/asio/example/cpp03/tutorial/timer_dox.txt
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / asio / example / cpp03 / tutorial / timer_dox.txt
index fdf7fb186e81e6168f275f427f9d1c8adf96ff3c..18c454dc548be62b7f8d33448b7712e33ef21530 100644 (file)
@@ -21,9 +21,10 @@ header file.
 
 \until asio.hpp
 
-All programs that use asio need to have at least one boost::asio::io_context object.
-This class provides access to I/O functionality. We declare an object of this
-type first thing in the main function.
+All programs that use asio need to have at least one I/O execution context,
+such as an boost::asio::io_context or boost::asio::thread_pool object. An I/O execution
+context provides access to I/O functionality. We declare an object of type
+boost::asio::io_context first thing in the main function.
 
 \until boost::asio::io_context