#include "zio/cppzmq.hpp"
#include <string>
Go to the source code of this file.
|
| | zio |
| | implementation of ZIO data flow protocol endpoints
|
| |
|
| remote_identity_t | zio::recv_serverish (socket_t &socket, multipart_t &mmsg) |
| |
| remote_identity_t | zio::recv_server (socket_t &server_socket, multipart_t &mmsg) |
| |
| remote_identity_t | zio::recv_router (socket_t &router_socket, multipart_t &mmsg) |
| |
| void | zio::send_serverish (socket_t &socket, multipart_t &mmsg, remote_identity_t rid) |
| |
| void | zio::send_server (socket_t &server_socket, multipart_t &mmsg, remote_identity_t rid) |
| |
| void | zio::send_router (socket_t &router_socket, multipart_t &mmsg, remote_identity_t rid) |
| |
| void | zio::recv_clientish (socket_t &socket, multipart_t &mmsg) |
| |
| void | zio::recv_client (socket_t &client_socket, multipart_t &mmsg) |
| |
| void | zio::recv_dealer (socket_t &dealer_socket, multipart_t &mmsg) |
| |
| void | zio::send_clientish (socket_t &socket, multipart_t &mmsg) |
| |
| void | zio::send_client (socket_t &client_socket, multipart_t &mmsg) |
| |
| void | zio::send_dealer (socket_t &dealer_socket, multipart_t &mmsg) |
| |
| std::chrono::milliseconds | zio::now_ms () |
| |
| std::chrono::microseconds | zio::now_us () |
| |
| void | zio::sleep_ms (std::chrono::milliseconds zzz) |
| |
| bool | zio::interrupted () |
| |
| void | zio::catch_signals () |
| |