Go to file
Dominik Meyer 38c69d8da1
FIX: subscribing when manager is unset
One feature added to EventManager has been disconnecting
a participant at runtime. Unfortunatly, then the
manager of this participant is set to nullptr using
the setManager method. But this method also subscribes to the
shutdown event afterwords. This commit checks if the manager
is nullptr and ignore subscribing in that case.
2023-07-03 12:23:04 +02:00
cmake/Modules ADD: first version 2021-08-04 09:53:57 +02:00
include/EventManager FIX: subscribing when manager is unset 2023-07-03 12:23:04 +02:00
libs ADD: checkout correct submodule version 2021-08-04 09:52:54 +02:00
src/EventManager ADD: Adds class function to participant to disconnect itself from the event manager. 2022-11-01 20:06:38 +01:00
tests ADD: improved calling interfacce 2021-08-04 12:04:30 +02:00
.gitignore ADD: first version 2021-08-04 09:53:57 +02:00
.gitmodules ADD: added Catch2 as submodule for testing 2021-08-04 09:45:34 +02:00
CMakeLists.txt FIX: use unique object lib name 2021-10-25 23:29:48 +02:00
LICENSE ADD: initial commit 2021-08-04 09:44:57 +02:00
README.md FIX: fixed license in README 2021-08-04 09:56:32 +02:00

README.md

EventManager

Description

A small Event System written as C++20 library.

Author

License

MPLv2

Rest

T.b.d.