DeveloperPaul123 Eventbus Versions Save

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

0.10.2

1 year ago

What's Changed

Full Changelog: https://github.com/DeveloperPaul123/eventbus/compare/0.10.1...0.10.2

0.10.1

2 years ago

Fixed

  • Issues with demo application and allows event types (#26)
  • Minor issues in README links
  • Compilation issues with GCC 11.x

0.10.0

3 years ago

Added

  • RAII handler registration objects
  • Better multi-thread support. Can now support simultaneous event firing (shared reads).

0.9.0

3 years ago

Initial release of the eventbus library