summaryrefslogtreecommitdiff
path: root/doc/html/boost/process/async_system.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/process/async_system.html')
-rw-r--r--doc/html/boost/process/async_system.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/process/async_system.html b/doc/html/boost/process/async_system.html
index 3f68d5aeb1..509bad2a3b 100644
--- a/doc/html/boost/process/async_system.html
+++ b/doc/html/boost/process/async_system.html
@@ -37,7 +37,7 @@
<span class="emphasis"><em><span class="identifier">unspecified</span></em></span> <span class="identifier">async_system</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span> <span class="special">&amp;</span> ios<span class="special">,</span>
<span class="identifier">ExitHandler</span> <span class="special">&amp;&amp;</span> exit_handler<span class="special">,</span> <span class="identifier">Args</span> <span class="special">&amp;&amp;</span><span class="special">...</span> args<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp413778224"></a><h2>Description</h2>
+<a name="idp432631904"></a><h2>Description</h2>
<p>This function provides an asynchronous interface to process launching.</p>
<p>It uses the same properties and parameters as the other launching function, but is similar to the asynchronous functions in <a href="http://www.boost.org/doc/libs/release/doc/html/boost_asio.html" target="_top">boost.asio</a></p>
<p>It uses <a href="http://www.boost.org/doc/libs/release/doc/html/boost_asio/reference/async_result.html" target="_top">asio::async_result</a> to determine the return value (from the second parameter, <code class="computeroutput">exit_handler</code>).</p>