zmqpp
4.1.2
C++ bindings for 0mq (libzmq)
|
#include <boost/test/unit_test.hpp>
#include <thread>
#include <exception>
#include "zmqpp/context.hpp"
#include "zmqpp/message.hpp"
#include "zmqpp/loop.hpp"
#include "zmqpp/socket.hpp"
Functions | |
BOOST_AUTO_TEST_CASE (basic_usage) | |
BOOST_AUTO_TEST_CASE (socket_removed_in_timer) | |
BOOST_AUTO_TEST_CASE (simple_pull_push) | |
BOOST_AUTO_TEST_CASE (multiple_socket) | |
BOOST_AUTO_TEST_CASE (remove_socket_in_handler) | |
BOOST_AUTO_TEST_CASE | ( | basic_usage | ) |
BOOST_AUTO_TEST_CASE | ( | socket_removed_in_timer | ) |
BOOST_AUTO_TEST_CASE | ( | simple_pull_push | ) |
BOOST_AUTO_TEST_CASE | ( | multiple_socket | ) |
BOOST_AUTO_TEST_CASE | ( | remove_socket_in_handler | ) |