#include <worker-protocol-impl.hh>
Static Public Member Functions | |
static T | read (const StoreDirConfig &store, WorkerProto::ReadConn conn) |
static void | write (const StoreDirConfig &store, WorkerProto::WriteConn conn, const T &t) |
Use CommonProto
where possible.
Data type for canonical pairs of serialisers for the worker protocol.
See https://en.cppreference.com/w/cpp/language/adl for the broader concept of what is going on here.