Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

inline_executor

An executor that always executes the function object inline.

typedef basic_inline_executor< execution::inline_exception_handling_t::propagate_t > inline_executor;
Member Functions

Name

Description

basic_inline_executor [constructor]

Default constructor.

execute

Execution function.

query [static]

Query the current value of the mapping property.

Query the current value of the inline_exception_handling property.

Query the current value of the blocking property.

require

Obtain an executor with the inline_exception_handling.propagate property.

Obtain an executor with the inline_exception_handling.terminate property.

Friends

Name

Description

operator!=

Compare two executors for inequality.

operator==

Compare two executors for equality.

Requirements

Header: boost/asio/inline_executor.hpp

Convenience header: boost/asio.hpp


PrevUpHomeNext