#include <init.capnp.h>
#include <init.capnp.proxy.h>
#include <cstring>
#include <filesystem>
#include <fstream>
#include <future>
#include <iostream>
#include <kj/async.h>
#include <kj/common.h>
#include <memory>
#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.
◆ LogPrint()
◆ 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 |