forked from byterazor/EventManager
Dominik Meyer
38c69d8da1
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. |
||
---|---|---|
cmake/Modules | ||
include/EventManager | ||
libs | ||
src/EventManager | ||
tests | ||
.gitignore | ||
.gitmodules | ||
CMakeLists.txt | ||
LICENSE | ||
README.md |
EventManager
Description
A small Event System written as C++20 library.
Author
- Dominik Meyer dmeyer@federationhq.de
License
MPLv2
Rest
T.b.d.