ZIO
Python and C++ interface to ZeroMQ and Zyre
|
#include "zio/domo/broker.hpp"
#include "zio/domo/client.hpp"
#include "zio/domo/worker.hpp"
#include "zio/logging.hpp"
#include "zio/actor.hpp"
Go to the source code of this file.
Functions | |
void | countdown_echo (zio::socket_t &link, std::string address, int socktype) |
void | doit (int serverish, int clientish, int nclients, int nworkers) |
int | main (int argc, char *argv[]) |
void countdown_echo | ( | zio::socket_t & | link, |
std::string | address, | ||
int | socktype | ||
) |
Definition at line 34 of file test_gdp.cpp.
void doit | ( | int | serverish, |
int | clientish, | ||
int | nclients, | ||
int | nworkers | ||
) |
Definition at line 77 of file test_gdp.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 121 of file test_gdp.cpp.