|
CppZmqZoltanExt 0.0.1
|
Signal definitions and utilities for actor inter-thread communication. More...
#include <array>#include <optional>#include <zmq.hpp>#include "cppzmqzoltanext/czze_export.h"

Go to the source code of this file.
Classes | |
| class | zmqzext::signal_t |
| Class representing signals for ZMQ communication. More... | |
Signal definitions and utilities for actor inter-thread communication.
This header provides the signal_t class for managing standardized signals used in communication through ZMQ (ZeroMQ) messaging. Signals are lightweight messages that convey state information in a distributed or multi-threaded system.
The module defines three primary signal types:
Key features:
Distributed under the MIT License (MIT) (See accompanying file LICENSE or copy at http://opensource.org/licenses/MIT)
Definition in file signal.h.