![]() |
Home | Libraries | People | FAQ | More |
boost::process::v2::basic_process_handle::rebind_executor — Rebinds the process_handle to another executor.
// In header: <boost/process/v2/process_handle.hpp> // Rebinds the process_handle to another executor. template<typename Executor1> struct rebind_executor { // types typedef basic_process_handle< Executor1 > other; // The socket type when rebound to the specified executor. };