Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / beast / doc / html / beast / ref / boost__beast__async_base.html
index 8c184ea..bef407d 100644 (file)
 <tr>
 <td>
                 <p>
+                  <a class="link" href="boost__beast__async_base/operator_eq_.html" title="async_base::operator="><span class="bold"><strong>operator=</strong></span></a>
+                </p>
+              </td>
+<td>
+              </td>
+</tr>
+<tr>
+<td>
+                <p>
                   <a class="link" href="boost__beast__async_base/release_handler.html" title="async_base::release_handler"><span class="bold"><strong>release_handler</strong></span></a>
                 </p>
               </td>
                 </p>
               </td>
 </tr>
+<tr>
+<td>
+                <p>
+                  <a class="link" href="boost__beast__async_base/async_base_dtor_.html" title="async_base::~async_base"><span class="bold"><strong>~async_base</strong></span></a>
+                </p>
+              </td>
+<td>
+              </td>
+</tr>
 </tbody>
 </table></div>
 <h5>
             <span class="comment">// `net::post` will be used to call the completion handler, otherwise</span>
             <span class="comment">// the completion handler will be invoked directly.</span>
 
-            <span class="keyword">this</span><span class="special">-&gt;</span><span class="identifier">invoke</span><span class="special">(</span><span class="identifier">is_continuation</span><span class="special">,</span> <span class="identifier">ec</span><span class="special">,</span> <span class="identifier">total_bytes_transferred_</span><span class="special">);</span>
+            <span class="keyword">this</span><span class="special">-&gt;</span><span class="identifier">complete</span><span class="special">(</span><span class="identifier">is_continuation</span><span class="special">,</span> <span class="identifier">ec</span><span class="special">,</span> <span class="identifier">total_bytes_transferred_</span><span class="special">);</span>
         <span class="special">}</span>
     <span class="special">};</span>