ZIO
Python and C++ interface to ZeroMQ and Zyre
|
Go to the source code of this file.
Classes | |
struct | sender |
struct | ack |
struct | fin |
struct | release |
struct | timeout |
struct | tcp_release |
Functions | |
int | main () |
Variables | |
constexpr auto | is_valid = [](const auto& event) { return event.valid; } |
constexpr auto | send_fin = [](sender& s) { s.send(fin{0}); } |
constexpr auto | send_ack = [](const auto& event, sender& s) { s.send(event); } |
int main | ( | void | ) |
Definition at line 49 of file test_sml.cpp.
constexpr auto is_valid = [](const auto& event) { return event.valid; } |
Definition at line 22 of file test_sml.cpp.
constexpr auto send_ack = [](const auto& event, sender& s) { s.send(event); } |
Definition at line 27 of file test_sml.cpp.
Definition at line 26 of file test_sml.cpp.