EventManager: Move pool sizes to config #113
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I think
N_ELEMENTS
of the event manager should be part of the config (factory) and passed via ctor, maybe with the specifiedN_ELEMENT
as default value (although not making it a default value forces the dev to think about how much space he needs).The comment is propably related to FLP so maybe it should be made more generic?
Also, maybe explain the meaning of ReportRangeMatcher and EventIdMatcher and why there are 1-2 for each listener.