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 is an older version of Boost and was released in 2024. The current version is 1.91.0.
boost::process::v1::extend::require_io_context
// In header: <boost/process/v1/extend.hpp> struct require_io_context { };
Inheriting the class will tell the launching process that an io_context is needed. This should always be used when get_io_context is used.