eventbus
Event Bus Library
An event bus library providing thread-safe, flexible, and RAII-based handling of events in C++17
A simple, header only event bus library written in modern C++17.
143 stars
10 watching
13 forks
Language: C++
last commit: 3 months ago
Linked from 2 awesome lists
c-plus-plusc-plus-plus-17c-plus-plus-librarycallbackscmakecpluspluscppcpp-librarycpp17cpp17-librarycross-platformevent-buseventbuseventsflexible-callbackshacktoberfestheader-onlylibrarymodern-cppno-dependencies
Related projects:
Repository | Description | Stars |
---|---|---|
| A C++ library for event dispatching and callback management | 1,401 |
| An event bus library for Swift that enables loose coupling and decoupling of components in iOS applications. | 1,107 |
| A library that enables loose coupling and communication between components in an application using the Mediator and Observer patterns. | 13 |
| A module for broadcasting events between different parts of an application using various transport protocols. | 27 |
| An event-driven communication system with minimal overhead and built-in tracing capabilities | 700 |
| A library that enables event-driven programming in PHP applications. | 21 |
| A TCP event bus client for C that enables message passing between nodes in a distributed system. | 4 |
| An implementation of a publish-subscribe messaging system | 26 |
| A simple fast dispatch library designed to support the CQRS pattern in Java applications | 42 |
| A client for interacting with Vert.x components using Smalltalk's EventBus mechanism. | 9 |
| Provides a fast dispatching system for signal/event communication between interested parties. | 1,808 |
| Provides an implementation of the Vert.x TCP event bus client in C# | 5 |
| An event bus client for the Vert.x framework using WebSockets and C++11. | 17 |
| A simple library to repeatedly call a function at a given time interval. | 28 |
| A Java implementation of an event-driven TCP client for communication with a Vert.x EventBus TCP bridge | 10 |