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
      • Design Rationale
      • Affine Awaitables
    • Testing
      • Mock Sockets
    • Reference
    • Glossary
  • boost::corosio::io_object::io_object
arrow_upward

boost::corosio::io_object::io_object

Construct an I/O object bound to the given context.

Synopsis

Declared in <boost/corosio/io_object.hpp>

explicit
io_object(capy::execution_context& ctx) noexcept;

Parameters

Name Description

ctx

The object to copy construct from

Created with MrDocs