summaryrefslogtreecommitdiff
path: root/doc/html/boost/process/async_system.html
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2019-12-05 15:21:30 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2019-12-05 15:21:30 +0900
commitd6a306e745acfee00e81ccaf3324a2a03516db41 (patch)
tree145a26368608982f40ebb0f4836185c44abb9ae4 /doc/html/boost/process/async_system.html
parent5ce2ccf2f23c6d3de4c79f216f57ca6f2a18ed16 (diff)
downloadboost-d6a306e745acfee00e81ccaf3324a2a03516db41.tar.gz
boost-d6a306e745acfee00e81ccaf3324a2a03516db41.tar.bz2
boost-d6a306e745acfee00e81ccaf3324a2a03516db41.zip
Imported Upstream version 1.69.0upstream/1.69.0
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 774555e537..2aea13b11e 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_context</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="id-1.3.30.9.5.4.4"></a><h2>Description</h2>
+<a name="id-1.3.31.9.5.4.4"></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>