Derecho  0.9
Distributed systems toolkit for RDMA
derecho_modes.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 namespace derecho {
4 enum class Mode {
5  ORDERED,
7 };
8 }