Page MenuHomePhorge

process.h
No OneTemporary

Size
361 B
Referenced Files
None
Subscribers
None

process.h

#ifndef PROCESS_H
#define PROCESS_H
#include <rust.h>
using namespace rust;
namespace process {
class Runner {
public:
void New(const std::string &name, const std::string &logPath);
int64_t Run(const std::string &command, const std::string &shell, Vec<String> args);
~Runner();
private:
int stdout_fd;
int stderr_fd;
};
}
#endif

File Metadata

Mime Type
text/x-c++
Expires
Mon, Feb 2, 1:38 AM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
490664
Default Alt Text
process.h (361 B)

Event Timeline