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

PrevUpHomeNext
basic_stream::executor_type

The type of the executor associated with the stream.

Synopsis
using executor_type = beast::executor_type< socket_type >;
Description

This will be the type of executor used to invoke completion handlers which do not have an explicit associated executor.


PrevUpHomeNext