Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
example.cpp File Reference
#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>
Include dependency graph for example.cpp:

Go to the source code of this file.

Functions

static auto Spawn (mp::EventLoop &loop, const std::string &process_argv0, const std::string &new_exe_name)
static void LogPrint (mp::LogMessage log_data)
int main (int argc, char **argv)

Function Documentation

◆ LogPrint()

void LogPrint ( mp::LogMessage log_data)
static

Definition at line 38 of file example.cpp.

◆ main()

int main ( int argc,
char ** argv )

Definition at line 44 of file example.cpp.

Here is the call graph for this function:

◆ Spawn()

auto Spawn ( mp::EventLoop & loop,
const std::string & process_argv0,
const std::string & new_exe_name )
static

Definition at line 26 of file example.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: