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 version of Boost is under active development. You are currently in the develop branch. The current version is 1.90.0.
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