8#ifndef GALAXY_PLATFORM_SUBPROCESS_HPP_
9#define GALAXY_PLATFORM_SUBPROCESS_HPP_
15#include <subprocess.h>
43 Subprocess(std::string_view process, std::span<std::string> args = {});
58 void create(std::string_view process, std::span<std::string> args = {});
84 bool alive()
noexcept;
struct subprocess_s subprocess
Subprocess.hpp galaxy.