boost::asio::execution

Types

Name

Description

allocator_t

allocator_t<void>

any_executor<>

any_executor

bad_executor

Exception thrown when trying to access an empty polymorphic executor.

context_as_t

context_as_t<execution_context&>

invocable_archetype

An archetypal function object used for determining adherence to the execution::executor concept.

is_executor

The is_executor trait detects whether a type T satisfies the execution::executor concept.

is_executor<io_context>

is_executor<thread_pool>

prefer_only

blocking_adaptation_t

blocking_t

context_t

mapping_t

occupancy_t

outstanding_work_t

relationship_t

Functions

Name

Description

prefer

query

swap

operator==

Equality operators

operator!=

Inequality operators

Concepts

Name

executor

Created with MrDocs