userver: userver/engine/subprocess/process_starter.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
process_starter.hpp File Reference

Creates a new OS subprocess and executes a command in it. More...

#include <optional>
#include <string>
#include <unordered_map>
#include <vector>
#include <userver/engine/subprocess/child_process.hpp>
#include <userver/engine/subprocess/environment_variables.hpp>
#include <userver/engine/task/task_processor_fwd.hpp>
+ Include dependency graph for process_starter.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  engine::subprocess::ProcessStarter
 Creates a new OS subprocess and executes a command in it. More...
 

Namespaces

namespace  engine
 Asynchronous engine primitives.
 

Detailed Description

Creates a new OS subprocess and executes a command in it.

Definition in file process_starter.hpp.