eventbus icon indicating copy to clipboard operation
eventbus copied to clipboard

A simple, header only event bus library written in modern C++17.

Results 4 eventbus issues
Sort by recently updated
recently updated
newest added

We need to add proper documentation to the code. This can also include integrating Doxygen and auto publishing documentation to Github pages. Sample workflow: ```yaml name: Documentation on: push: tags:...

documentation
enhancement:dev

help wanted
good first issue
enhancement:dev

There has been a request to be able to register "global" event handlers. These would be called when _any_ event is fired.

enhancement

After a discussion on my discord with a user, it came up that there may be some easy performance gains by using `std::variant` instead of `std::any` with `std::any_cast`. I'd like...

enhancement
help wanted
good first issue
enhancement:dev