Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the master branch, built from commit 064f557086.
PrevUpHomeNext

execution::occupancy_t

A property that gives an estimate of the number of execution agents that should occupy the associated execution context.

struct occupancy_t
Types

Name

Description

polymorphic_query_result_type

The type returned by queries against an any_executor.

Data Members

Name

Description

is_applicable_property_v [static]

The occupancy_t property applies to executors.

is_preferable [static]

The occupancy_t property cannot be preferred.

is_requirable [static]

The occupancy_t property cannot be required.

Requirements

Header: boost/asio/execution/occupancy.hpp

Convenience header: boost/asio/execution.hpp


PrevUpHomeNext