Boost.Corosio

    • Introduction
    • Quick Start
    • Tutorials
      • Echo Server
      • HTTP Client
      • DNS Lookup
      • TLS Context Configuration
    • Guide
      • TCP/IP Networking
      • Concurrent Programming
      • I/O Context
      • Sockets
      • Acceptors
      • Endpoints
      • Composed Operations
      • Timers
      • Signal Handling
      • Name Resolution
      • TCP Server
      • TLS Encryption
      • Error Handling
      • Buffer Sequences
    • Concepts
      • Affine Awaitables
    • Reference
      • Design Rationale
      • Glossary
      • API Reference
    • Testing
      • Mock Sockets
  • boost::corosio::io_object::ctx_
arrow_upward

boost::corosio::io_object::ctx_

Synopsis

Declared in <boost/corosio/io_object.hpp>

capy::execution_context* ctx_ = nullptr;

Created with MrDocs