Kagome
Polkadot Runtime Engine in C++17
|
#include <boost/assert.hpp>
#include <boost/system/error_code.hpp>
#include <functional>
#include <gsl/span>
#include <memory>
#include <vector>
#include "outcome/outcome.hpp"
Go to the source code of this file.
Classes | |
struct | kagome::network::NoSink |
struct | kagome::network::MessageReadWriter< Adapter, Ancestor > |
struct | kagome::network::MessageReadWriter< Adapter, NoSink > |
Namespaces | |
kagome::network | |
struct kagome::network::NoSink |
NoSink is used to break the MessageReadWriter ancestor execute sequence.
Definition at line 22 of file message_read_writer.hpp.