Kagome
Polkadot Runtime Engine in C++17
message_read_writer.hpp File Reference
#include <boost/assert.hpp>
#include <boost/system/error_code.hpp>
#include <functional>
#include <gsl/span>
#include <memory>
#include <vector>
#include "outcome/outcome.hpp"
Include dependency graph for message_read_writer.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Class Documentation

struct kagome::network::NoSink

NoSink is used to break the MessageReadWriter ancestor execute sequence.

Definition at line 22 of file message_read_writer.hpp.

Collaboration diagram for kagome::network::NoSink: