...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
The type of the executor associated with the stream.
using executor_type = beast::executor_type< socket_type >;
This will be the type of executor used to invoke completion handlers which do not have an explicit associated executor.