Page MenuHomePhorge

process.h
No OneTemporary

Size
313 B
Referenced Files
None
Subscribers
None

process.h

#ifndef process
#define process
#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);
~Runner();
private:
int stdout_fd;
int stderr_fd;
};
}
#endif

File Metadata

Mime Type
text/x-c++
Expires
Sun, Feb 1, 2:13 PM (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
491336
Default Alt Text
process.h (313 B)

Event Timeline