summaryrefslogtreecommitdiff
path: root/doc/html/boost/process/extend/async_handler.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/process/extend/async_handler.html')
-rw-r--r--doc/html/boost/process/extend/async_handler.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/process/extend/async_handler.html b/doc/html/boost/process/extend/async_handler.html
index 457aa9218c..cd1b8177ca 100644
--- a/doc/html/boost/process/extend/async_handler.html
+++ b/doc/html/boost/process/extend/async_handler.html
@@ -38,7 +38,7 @@
<span class="special">{</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp432499424"></a><h2>Description</h2>
+<a name="idp416342672"></a><h2>Description</h2>
<p>Inheriting this class will tell the launching function, that an event handler shall be invoked when the process exits. This automatically does also inherit <a class="link" href="require_io_service.html" title="Struct require_io_service">require_io_service</a>.</p>
<p>You must add the following function to your implementation:</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Executor</span><span class="special">&gt;</span>