10#include <userver/engine/subprocess/child_process.hpp>
11#include <userver/engine/subprocess/environment_variables.hpp>
12#include <userver/engine/task/task_processor_fwd.hpp>
14USERVER_NAMESPACE_BEGIN
20namespace engine::subprocess {
23struct ExecOptions
final {
63 const std::string& executable_path,
64 const std::vector<std::string>& args,
65 ExecOptions&& options = {}
69 ev::ThreadControl& thread_control_;