Boost.Capy

    • Introduction
    • Quick Start
    • Tutorials For Beginners
      • C++20 Coroutines, Ground Up
      • Understanding Concurrency
    • Using Capy
      • I/O Awaitables
      • I/O Buffers
      • I/O Streamables
    • Example Programs
      • Hello Task
      • Producer-Consumer
      • Buffer Composition
      • Mock Stream Testing
      • Type-Erased Echo
      • Timeout with Cancellation
      • Parallel Fetch
      • Custom Dynamic Buffer
      • Echo Server with Corosio
      • Stream Pipeline
    • Reference
  • boost::capy::strand::on_work_finished
arrow_upward

boost::capy::strand::on_work_finished

Notify that work has finished.

Synopsis

Declared in <boost/capy/ex/strand.hpp>

void
on_work_finished() const noexcept;

Description

Delegates to the inner executor's on_work_finished(). This is a no‐op for most executor types.

Created with MrDocs