Boost.Capy

    • Introduction
    • Quick Start
    • Coroutines
      • Tasks
      • Launching Tasks
      • Executor Affinity
      • Cancellation
    • Execution
      • Thread Pool
      • Execution Contexts
      • Executors
      • Frame Allocation
    • Buffers
      • Buffer Types
      • Buffer Sequences
      • Dynamic Buffers
    • Cryptography
      • BCrypt Password Hashing
    • Compression
      • Brotli
      • ZLib
    • Utilities
      • Containers
      • File I/O
    • Performance Tuning
      • High-Performance Allocators
    • 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