mal-packet-weaver
C++20 packet serialization/deserialization library.
Loading...
Searching...
No Matches
events Namespace Reference

Contains classes and utilities related to event handling and notification. More...

Detailed Description

Contains classes and utilities related to event handling and notification.

The events namespace provides a set of tools for managing and working with events, allowing different parts of a software system to communicate and respond to various occurrences or changes. This namespace includes classes for defining, subscribing to, and dispatching events, enabling a flexible and modular design for event-driven applications.