|
CppZmqZoltanExt 0.0.1
|
Event polling for monitoring multiple ZMQ sockets. More...
#include <chrono>#include <vector>#include <zmq.hpp>#include "cppzmqzoltanext/czze_export.h"

Go to the source code of this file.
Classes | |
| class | zmqzext::poller_t |
| Class for efficient polling of multiple ZMQ sockets. More... | |
Event polling for monitoring multiple ZMQ sockets.
This header provides the poller_t class for efficient polling of multiple ZMQ sockets. The poller monitors a set of sockets for readiness to receive data, allowing applications to manage multiple concurrent socket operations with a single wait operation.
The module implements ZMQ's poll mechanism with support for timeout control, interruption handling, and termination detection. This enables event-driven architectures where multiple sockets are monitored concurrently.
Key features:
Distributed under the MIT License (MIT) (See accompanying file LICENSE or copy at http://opensource.org/licenses/MIT)
Definition in file poller.h.