#include <filesystem>
#include <fstream>
#include <future>
#include <init.capnp.h>
#include <init.capnp.proxy.h>
#include <iostream>
#include <mp/proxy-io.h>
#include <mp/util.h>
#include <stdexcept>
#include <string>
#include <thread>
#include <tuple>
#include <vector>
Go to the source code of this file.
|
static auto | Spawn (mp::EventLoop &loop, const std::string &process_argv0, const std::string &new_exe_name) |
|
static void | LogPrint (bool raise, const std::string &message) |
|
int | main (int argc, char **argv) |
|
◆ LogPrint()
static void LogPrint |
( |
bool |
raise, |
|
|
const std::string & |
message |
|
) |
| |
|
static |
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ Spawn()
static auto Spawn |
( |
mp::EventLoop & |
loop, |
|
|
const std::string & |
process_argv0, |
|
|
const std::string & |
new_exe_name |
|
) |
| |
|
static |