#include <dius/system/process.h>
Public Member Functions | |
Process (di::Vector< di::TransparentString > arguments) | |
auto | with_file_open (i32 fd, di::Path path, OpenMode open_mode, u16 create_mode=0666) &&-> Process |
auto | with_file_close (i32 fd) &&-> Process |
auto | with_file_dup (i32 old_fd, i32 new_fd) &&-> Process |
auto | with_new_session () &&-> Process |
auto | spawn_and_wait () &&-> di::Result< ProcessResult > |
|
inlineexplicit |
auto dius::system::Process::spawn_and_wait | ( | ) | && -> di::Result<ProcessResult> |
|
inline |
|
inline |