...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Base class for all execution context service makers.
class service_maker : noncopyable
Name |
Description |
---|---|
Make services to be added to the execution context. |
Name |
Description |
---|---|
~service_maker [destructor] |
Destructor. |
A service maker is called by the execution context to create services that need to be installed into the execution context at construction time.
Header: boost/asio/execution_context.hpp
Convenience header: boost/asio/execution.hpp