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::signal_set::clear
arrow_upward

boost::corosio::signal_set::clear

Remove all signals from the signal set.

Synopsis

Declared in <boost/corosio/signal_set.hpp>

std::error_code
clear();

Description

This function removes all signals from the set. It has no effect if the set is already empty.

Return Value

Success, or an error if resetting any signal handler fails.

Created with MrDocs