#include <mp/test/foo.capnp.h>
#include <mp/test/foo.capnp.proxy.h>
#include <capnp/capability.h>
#include <capnp/rpc.h>
#include <cstring>
#include <functional>
#include <future>
#include <iostream>
#include <kj/async.h>
#include <kj/async-io.h>
#include <kj/common.h>
#include <kj/debug.h>
#include <kj/memory.h>
#include <kj/test.h>
#include <memory>
#include <mp/proxy.h>
#include <mp/proxy-io.h>
#include <optional>
#include <set>
#include <stdexcept>
#include <string>
#include <string_view>
#include <thread>
#include <utility>
#include <vector>
Go to the source code of this file.
|
class | mp::test::TestSetup |
| Test setup class creating a two way connection between a ProxyServer<FooInterface> object and a ProxyClient<FooInterface>. More...
|
|
|
namespace | mp |
| Functions to serialize / deserialize common bitcoin types.
|
|
namespace | mp::test |
|