Boost.Capy

    • Introduction
    • Quick Start
    • Coroutines
      • Tasks
      • Launching Tasks
      • Executor Affinity
      • Cancellation
    • Execution
      • Executors
      • Execution Contexts
      • Frame Allocation
    • Utilities
      • Containers
      • File I/O
      • Compression
    • Concepts
      • dispatcher
      • executor
      • affine_awaitable
      • stoppable_awaitable
      • frame_allocator
      • is_execution_context
    • Performance Tuning
      • High-Performance Allocators
    • Reference
  • boost::capy::coro
arrow_upward

boost::capy::coro

Alias for a type‐erased coroutine handle

Synopsis

Declared in <boost/capy/coro.hpp>

using coro = std::coroutine_handle;

Created with MrDocs